Compartir a través de


AdomdCommand.CommandType Propiedad

Obtiene o establece la enumeración CommandType que usa AdomdCommand.

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

Sintaxis

'Declaración
Public Property CommandType As CommandType 
    Get 
    Set
'Uso
Dim instance As AdomdCommand 
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 de la propiedad

Tipo: CommandType
CommandType que usa AdomdCommand.

Implementa

IDbCommandCommandType

Comentarios

Para obtener más información, vea T:System.Data.CommandType. El único valor que admite esta propiedad es Text.

Vea también

Referencia

AdomdCommand Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdServer