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)

实现

IDbCommand. . :: . .CommandType

注释

The only value supported by this property is CommandType..::..Text.