次の方法で共有


BusinessLogicRowUpdatingEventArgs.Command プロパティ

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

Gets the command executed when update is called.

名前空間:  Microsoft.SqlServer.Replication.BusinessLogicSupport
アセンブリ:  Microsoft.SqlServer.Replication.BusinessLogicSupport (Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

構文

'宣言
Public Property Command As BusinessLogicCommand 
    Get 
    Set
'使用
Dim instance As BusinessLogicRowUpdatingEventArgs 
Dim value As BusinessLogicCommand 

value = instance.Command

instance.Command = value
public BusinessLogicCommand Command { get; set; }
public:
property BusinessLogicCommand^ Command {
    BusinessLogicCommand^ get ();
    void set (BusinessLogicCommand^ value);
}
member Command : BusinessLogicCommand with get, set
function get Command () : BusinessLogicCommand 
function set Command (value : BusinessLogicCommand)

プロパティ値

型: Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicCommand
The BusinessLogicCommand executed when update is called.

関連項目

参照

BusinessLogicRowUpdatingEventArgs クラス

Microsoft.SqlServer.Replication.BusinessLogicSupport 名前空間