共用方式為


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)

實作

IDbCommand. . :: . .CommandType

備註

The only value supported by this property is Text.