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 네임스페이스