Partilhar via


Propriedade do RDL BusinessLogicCommand.CommandType

Gets or sets the command type.

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

Sintaxe

'Declaração
Public Property CommandType As CommandType 
    Get 
    Set
'Uso
Dim instance As BusinessLogicCommand 
Dim value As CommandType 

value = instance.CommandType

instance.CommandType = value
public CommandType CommandType { get; set; }
public:
virtual property CommandType CommandType {
    CommandType get () sealed;
    void set (CommandType value) sealed;
}
abstract CommandType : CommandType with get, set 
override CommandType : CommandType with get, set
final function get CommandType () : CommandType 
final function set CommandType (value : CommandType)

Valor da propriedade

Tipo: System.Data.CommandType
The command type.

Implementa

IDbCommand.CommandType

Consulte também

Referência

BusinessLogicCommand Classe

Namespace Microsoft.SqlServer.Replication.BusinessLogicSupport