Свойство AdomdCommand.CommandType
Gets or sets the System.Data.CommandType used by the AdomdCommand.
Пространство имен: Microsoft.AnalysisServices.AdomdServer
Сборка: msmgdsrv (в msmgdsrv.dll)
Синтаксис
'Декларация
Public Property CommandType As CommandType
Get
Set
'Применение
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)
Значение свойства
Тип: System.Data.CommandType
The System.Data.CommandType used by the AdomdCommand.
Реализует
Замечания
The only value supported by this property is Text.