Partager via


Propriété BusinessLogicCommand.CommandType

Gets or sets the command type.

Espace de noms :  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly :  Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Syntaxe

'Déclaration
Public Property CommandType As CommandType 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : System.Data.CommandType
The command type.

Implémente

IDbCommand.CommandType

Voir aussi

Référence

BusinessLogicCommand Classe

Espace de noms Microsoft.SqlServer.Replication.BusinessLogicSupport