AdomdCommand.CommandType Property

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

Пространство имен: Microsoft.AnalysisServices.AdomdServer
Сборка: msmgdsrv (in msmgdsrv.dll)

Синтаксис

'Декларация
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)

Значение свойства

The System.Data.CommandType used by the AdomdCommand.

Замечания

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

Синхронизация потоков

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.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

AdomdCommand Class
AdomdCommand Members
Microsoft.AnalysisServices.AdomdServer Namespace