Propriété BusinessLogicCommand.CommandText
Gets or sets the text command to run against the data source.
Espace de noms : Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly : Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntaxe
'Déclaration
Public Property CommandText As String
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.String
The text command.
Implémente
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Replication.BusinessLogicSupport