Condividi tramite


Classe ObjectReference

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

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.AnalysisServices..::..ObjectReference

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class ObjectReference
'Utilizzo
Dim instance As ObjectReference
public sealed class ObjectReference
public ref class ObjectReference sealed
[<SealedAttribute>]
type ObjectReference =  class end
public final class ObjectReference

Nel tipo ObjectReference sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico ObjectReference Initializes a new instance of the ObjectReference class.

In alto

Proprietà

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

In alto

Metodi

  Nome Descrizione
Metodo pubblicoMembro statico Deserialize(XmlReader) Converts an XML representation of an object reference to an ObjectReference object by using an xmlReader.
Metodo pubblicoMembro statico Deserialize(String, Boolean) Converts an XML fragment to the ObjectReference object specified by the xmlFragment and xmlFragmentIsComplete parameters.
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblicoMembro statico GetObjectReference Infrastruttura.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ReadContent Reads the content referenced by the ObjectReference object.
Metodo pubblicoMembro statico ResolveObjectReference(Database, ObjectReference) Infrastruttura.
Metodo pubblicoMembro statico ResolveObjectReference(Server, ObjectReference) Infrastruttura.
Metodo pubblico ResolveReference(Database) Infrastruttura.
Metodo pubblico ResolveReference(Server) Infrastruttura.
Metodo pubblico ResolveReference(Database, Boolean) Infrastruttura.
Metodo pubblico ResolveReference(Server, Boolean) Infrastruttura.
Metodo pubblico Serialize() () () () Converts the ObjectReference to an XML version.
Metodo pubblico Serialize(XmlWriter) Converts the ObjectReference to an XML version by using an xmlWriter.
Metodo pubblico ToString Ereditato da Object.
Metodo pubblico WriteContent Writes out a serialized ObjectReference by using an xmlWriter.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.