Partager via


Classe ObjectReference

Provides linkage to an object. This class cannot be inherited.

Hiérarchie d'héritage

System.Object
  Microsoft.AnalysisServices.ObjectReference

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public NotInheritable Class ObjectReference
'Utilisation
Dim instance As ObjectReference
public sealed class ObjectReference
public ref class ObjectReference sealed
[<SealedAttribute>]
type ObjectReference =  class end
public final class ObjectReference

Le type ObjectReference expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique ObjectReference Initializes a new instance of the ObjectReference class.

Haut de la page

Propriétés

  Nom Description
Propriété publique AggregationDesignID Gets or sets the aggregation design identifier for a given ObjectReference object.
Propriété publique AssemblyID Gets or sets the assembly identifier associated with a given ObjectReference object.
Propriété publique CubeID Gets or sets the identifier for the cube in which the object resides.
Propriété publique CubePermissionID Gets or sets the cube permission identifier for the cube in which the object resides.
Propriété publique DatabaseID Gets or sets the identifier for the database in which the object resides.
Propriété publique DatabasePermissionID Gets or sets the database permission identifier for the cube in which the object resides.
Propriété publique DataSourceID Gets or sets the data source identifier for the cube in which the object resides.
Propriété publique DataSourcePermissionID Gets or sets the data source permission identifier for the cube in which the object resides.
Propriété publique DataSourceViewID Gets or sets the data source view identifier for the cube in which the object resides.
Propriété publique DimensionID Gets or sets the dimension identifier in which the object resides.
Propriété publique DimensionPermissionID Gets or sets the dimension permission identifier in which the object resides.
Propriété publique IsValid Gets a value indicating whether the object referenced is valid.
Propriété publique MdxScriptID Gets or sets the MDX Script identifier for the object referenced.
Propriété publique MeasureGroupID Gets or sets the identifier of the measure group in which the object resides.
Propriété publique MiningModelID Gets or sets the identifier of the mining model in which the object resides.
Propriété publique MiningModelPermissionID Gets or sets the mining model permission identifier for the object referenced.
Propriété publique MiningStructureID Gets or sets the mining structure identifier for the object referenced.
Propriété publique MiningStructurePermissionID Gets or sets the mining structure permission identifier for the object referenced.
Propriété publique PartitionID Gets or sets the partition identifier for the object referenced.
Propriété publique PerspectiveID Gets or sets the perspective identifier for the object referenced.
Propriété publique RoleID Gets or sets the role identifier for the object referenced.
Propriété publique TraceID Gets or sets the trace identifier for the object referenced.

Haut de la page

Méthodes

  Nom Description
Méthode publiqueMembre statique Deserialize(XmlReader) Converts an XML representation of an object reference to an ObjectReference object by using an xmlReader.
Méthode publiqueMembre statique Deserialize(String, Boolean) Converts an XML fragment to the ObjectReference object specified by the xmlFragment and xmlFragmentIsComplete parameters.
Méthode publique Equals (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publiqueMembre statique GetObjectReference Infrastructure. Gets the object reference for the specified object.
Méthode publique GetType (hérité de Object.)
Méthode publique ReadContent Reads the content referenced by the ObjectReference object.
Méthode publiqueMembre statique ResolveObjectReference(Database, ObjectReference) Infrastructure. Resolves an ObjectReference object with the specified database and object reference.
Méthode publiqueMembre statique ResolveObjectReference(Server, ObjectReference) Infrastructure. Resolves an ObjectReference object with the specified database and object reference.
Méthode publique ResolveReference(Database) Infrastructure. Resolves an ObjectReference object with the specified database.
Méthode publique ResolveReference(Server) Infrastructure. Resolves an ObjectReference object with the specified server.
Méthode publique ResolveReference(Database, Boolean) Infrastructure. Resolves an ObjectReference object with the specified database and force load.
Méthode publique ResolveReference(Server, Boolean) Infrastructure. Resolves an ObjectReference object with the specified server and force load.
Méthode publique Serialize() Converts the ObjectReference to an XML version.
Méthode publique Serialize(XmlWriter) Converts the ObjectReference to an XML version by using an xmlWriter.
Méthode publique ToString (hérité de Object.)
Méthode publique WriteContent Writes out a serialized ObjectReference by using an xmlWriter.

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.AnalysisServices