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.

구현

IDbCommand.CommandType

주의

The only value supported by this property is Text.

참고 항목

참조

AdomdCommand 클래스

Microsoft.AnalysisServices.AdomdServer 네임스페이스