Compartir a través de


Properties, clsDatabaseCommand

[!NOTA]

  Esta característica se quitará en la versión siguiente de Microsoft SQL Server. No utilice esta característica en nuevos trabajos de desarrollo y modifique lo antes posible las aplicaciones que actualmente la utilizan.

An object of ClassType clsDatabaseCommand implements the following properties of the Command interface.

Property

Description

ClassType

Returns an enumeration constant that identifies the specific class type

CommandType

Returns an enumeration constant that identifies the command option

Description

The description of the database command

IsValid

Indicates whether the structure of the Command object is valid

Name

The name of the database command

OrdinalPosition

Returns the ordinal position of the command object in the Commands collection of the parent MDStore object

Parent

Returns a reference to the parent object, using the MDStore interface of the parent object

ParentObject

Returns a reference to the parent object, using the default interface of the parent object

Statement

The text of the database command statement, in Multidimensional Expressions (MDX)

SubClassType

Returns an enumeration constant that identifies the subclass type of the object

Vea también

Referencia