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 命名空间