AdomdCommand.CommandType 属性

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

命名空间:  Microsoft.AnalysisServices.AdomdClient
程序集:  Microsoft.AnalysisServices.AdomdClient(在 Microsoft.AnalysisServices.AdomdClient.dll 中)

语法

声明
<BrowsableAttribute(False)> _
Public Property CommandType As CommandType 
    Get 
    Set
用法
Dim instance As AdomdCommand 
Dim value As CommandType 

value = instance.CommandType

instance.CommandType = value
[BrowsableAttribute(false)]
public CommandType CommandType { get; set; }
[BrowsableAttribute(false)]
public:
virtual property CommandType CommandType {
    CommandType get () sealed;
    void set (CommandType value) sealed;
}
[<BrowsableAttribute(false)>]
abstract CommandType : CommandType with get, set
[<BrowsableAttribute(false)>]
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 CommandType.Text.

请参阅

参考

AdomdCommand 类

Microsoft.AnalysisServices.AdomdClient 命名空间