Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the text command to run against the data source.
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
The text command.
Implements
See Also
Reference
Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace