Compartir a través de


BusinessLogicCommand.CommandText Propiedad

Gets or sets the text command to run against the data source.

Espacio de nombres:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Ensamblado:  Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Sintaxis

'Declaración
Public Property CommandText As String 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.String
The text command.

Implementa

IDbCommand.CommandText

Vea también

Referencia

BusinessLogicCommand Clase

Espacio de nombres Microsoft.SqlServer.Replication.BusinessLogicSupport