BusinessLogicCommand.CommandType 屬性

Gets or sets the command type.

命名空間:  Microsoft.SqlServer.Replication.BusinessLogicSupport
組件:  Microsoft.SqlServer.Replication.BusinessLogicSupport (在 Microsoft.SqlServer.Replication.BusinessLogicSupport.dll 中)

語法

'宣告
Public Property CommandType As CommandType 
    Get 
    Set
'用途
Dim instance As BusinessLogicCommand 
Dim value As CommandType 

value = instance.CommandType

instance.CommandType = value
public CommandType CommandType { get; set; }
public:
virtual property CommandType CommandType {
    CommandType get () sealed;
    void set (CommandType value) sealed;
}
abstract CommandType : CommandType with get, set 
override CommandType : CommandType with get, set
final function get CommandType () : CommandType 
final function set CommandType (value : CommandType)

屬性值

型別:System.Data.CommandType
The command type.

實作

IDbCommand.CommandType

請參閱

參考

BusinessLogicCommand 類別

Microsoft.SqlServer.Replication.BusinessLogicSupport 命名空間