BusinessLogicCommand.CommandText Property

Namespace:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly:  Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Syntax

'Declaration
Public Property CommandText As String
    Get
    Set
'Usage
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)

Property Value

Type: System.String

Implements

IDbCommand.CommandText