Freigeben über


AdomdCommand.CommandType Property

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

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

Syntax

'Declaration
Public Property CommandType As CommandType
public CommandType CommandType { get; set; }
public:
virtual property CommandType CommandType {
    CommandType get () sealed;
    void set (CommandType ) sealed;
}
/** @property */
public final CommandType get_CommandType ()

/** @property */
public final void set_CommandType (CommandType )
public final function get CommandType () : CommandType

public final function set CommandType ( : CommandType)

Eigenschaftswert

The System.Data.CommandType used by the AdomdCommand.

Hinweise

The only value supported by this property is System.Data.CommandType.Text.

Threadsicherheit

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

AdomdCommand Class
AdomdCommand Members
Microsoft.AnalysisServices.AdomdServer Namespace