次の方法で共有


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 名前空間