AdomdCommand.CommandType Property

Gets or sets the CommandType used by the AdomdCommand.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public Property CommandType As CommandType 
    Get 
    Set
'Usage
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)

Property Value

Type: CommandType
The CommandType used by the AdomdCommand.

Implements

IDbCommandCommandType

Remarks

For more information, see T:System.Data.CommandType. The only value supported by this property is Text.

See Also

Reference

AdomdCommand Class

Microsoft.AnalysisServices.AdomdServer Namespace