次の方法で共有


BusinessLogicCommand.CommandText プロパティ

Gets or sets the text command to run against the data source.

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

構文

'宣言
Public Property CommandText As String 
    Get 
    Set
'使用
Dim instance As BusinessLogicCommand 
Dim value As String 

value = instance.CommandText

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

プロパティ値

型: System.String
The text command.

実装

IDbCommand.CommandText

関連項目

参照

BusinessLogicCommand クラス

Microsoft.SqlServer.Replication.BusinessLogicSupport 名前空間