Compartir a través de


AdomdCommand.CommandType Property

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

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

Sintaxis

'Declaración
Public Property CommandType As CommandType
public CommandType CommandType { get; set; }
public:
virtual property CommandType CommandType {
    CommandType get () sealed;
    void set (CommandType ) sealed;
}
/** @property */
public final CommandType get_CommandType ()

/** @property */
public final void set_CommandType (CommandType )
public final function get CommandType () : CommandType

public final function set CommandType ( : CommandType)

Valor de propiedad

The System.Data.CommandType used by the AdomdCommand.

Notas

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

Seguridad para subprocesos

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

AdomdCommand Class
AdomdCommand Members
Microsoft.AnalysisServices.AdomdServer Namespace