Propriété AdomdCommand.CommandType
Obtient ou définit le CommandType utilisé par le AdomdCommand.
Espace de noms : Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (en msmgdsrv.dll)
Syntaxe
'Déclaration
Public Property CommandType As CommandType
Get
Set
'Utilisation
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)
Valeur de propriété
Type : CommandType
CommandType utilisé par le AdomdCommand.
Implémente
IDbCommandCommandType
Notes
Pour plus d'informations, consultez T:System.Data.CommandType. La seule valeur prise en charge pour cette propriété est Text.