Partager via


Member.Type Property

Gets the member type of the Member.

Espace de noms: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Type As MemberTypeEnum
public MemberTypeEnum Type { get; }
public:
property MemberTypeEnum Type {
    MemberTypeEnum get ();
}
/** @property */
public MemberTypeEnum get_Type ()
public function get Type () : MemberTypeEnum

Valeur de propriété

A MemberTypeEnum enumeration value that represents the member type of the Member.

Exceptions

Type d'exception Condition
InvalidOperationException

This property was not explicitly requested in the query, and was populated by a CellSet. For more information about this exception, see InvalidOperationException Class.

Notes

Unless this property has been explicitly requested in the query, accessing this property raises an InvalidOperationException exception if the Member is populated by a CellSet.

Sécurité des threads

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.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

Member Class
Member Members
Microsoft.AnalysisServices.AdomdServer Namespace