次の方法で共有


Command プロパティ

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

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

構文

'宣言
Public ReadOnly Property Command As BusinessLogicCommand
    Get
'使用
Dim instance As BusinessLogicRowUpdatedEventArgs
Dim value As BusinessLogicCommand

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