Compartir a través de


AdomdCommand.CommandType Propiedad

Gets or sets the System.Data.CommandType used by the AdomdCommand.

Espacio de nombres:  Microsoft.AnalysisServices.AdomdClient
Ensamblado:  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxis

'Declaración
<BrowsableAttribute(False)> _
Public Property CommandType As CommandType 
    Get 
    Set
'Uso
Dim instance As AdomdCommand 
Dim value As CommandType 

value = instance.CommandType

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

Valor de la propiedad

Tipo: System.Data.CommandType
The System.Data.CommandType used by the AdomdCommand.

Implementa

IDbCommand.CommandType

Comentarios

The only value supported by this property is CommandType.Text.

Vea también

Referencia

AdomdCommand Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdClient