Właściwość AdomdCommand.CommandType
Pobiera lub ustawia System.Data.CommandType używany przez AdomdCommand.
Przestrzeń nazw: Microsoft.AnalysisServices.AdomdServer
Zestaw: msmgdsrv (w msmgdsrv.dll)
Składnia
'Deklaracja
Public Property CommandType As CommandType
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.Data.CommandType
System.Data.CommandType Używany przez AdomdCommand.
Implementacje
Uwagi
Jedyną wartością obsługiwane przez tę właściwość jest Text.