Поделиться через


Класс ObjectReference

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

Иерархия наследования

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

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Public NotInheritable Class ObjectReference
'Применение
Dim instance As ObjectReference
public sealed class ObjectReference
public ref class ObjectReference sealed
[<SealedAttribute>]
type ObjectReference =  class end
public final class ObjectReference

Тип ObjectReference обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод ObjectReference Initializes a new instance of the ObjectReference class.

В начало

Свойства

  Имя Описание
Открытое свойство AggregationDesignID Gets or sets the aggregation design identifier for a given ObjectReference object.
Открытое свойство AssemblyID Gets or sets the assembly identifier associated with a given ObjectReference object.
Открытое свойство CubeID Gets or sets the identifier for the cube in which the object resides.
Открытое свойство CubePermissionID Gets or sets the cube permission identifier for the cube in which the object resides.
Открытое свойство DatabaseID Gets or sets the identifier for the database in which the object resides.
Открытое свойство DatabasePermissionID Gets or sets the database permission identifier for the cube in which the object resides.
Открытое свойство DataSourceID Gets or sets the data source identifier for the cube in which the object resides.
Открытое свойство DataSourcePermissionID Gets or sets the data source permission identifier for the cube in which the object resides.
Открытое свойство DataSourceViewID Gets or sets the data source view identifier for the cube in which the object resides.
Открытое свойство DimensionID Gets or sets the dimension identifier in which the object resides.
Открытое свойство DimensionPermissionID Gets or sets the dimension permission identifier in which the object resides.
Открытое свойство IsValid Gets a Boolean value indicating whether the object referenced is valid.
Открытое свойство MdxScriptID Gets or sets the MDX Script identifier for the object referenced.
Открытое свойство MeasureGroupID Gets or sets the identifier of the measure group in which the object resides.
Открытое свойство MiningModelID Gets or sets the identifier of the mining model in which the object resides.
Открытое свойство MiningModelPermissionID Gets or sets the mining model permission identifier for the object referenced.
Открытое свойство MiningStructureID Gets or sets the mining structure identifier for the object referenced.
Открытое свойство MiningStructurePermissionID Gets or sets the mining structure permission identifier for the object referenced.
Открытое свойство PartitionID Gets or sets the partition identifier for the object referenced.
Открытое свойство PerspectiveID Gets or sets the perspective identifier for the object referenced.
Открытое свойство RoleID Gets or sets the role identifier for the object referenced.
Открытое свойство TraceID Gets or sets the trace identifier for the object referenced.

В начало

Методы

  Имя Описание
Открытый методСтатический элемент Deserialize(XmlReader) Converts an XML representation of an object reference to an ObjectReference object by using an xmlReader.
Открытый методСтатический элемент Deserialize(String, Boolean) Converts an XML fragment to the ObjectReference object specified by the xmlFragment and xmlFragmentIsComplete parameters.
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый методСтатический элемент GetObjectReference Инфраструктура.
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ReadContent Reads the content referenced by the ObjectReference object.
Открытый методСтатический элемент ResolveObjectReference(Database, ObjectReference) Инфраструктура.
Открытый методСтатический элемент ResolveObjectReference(Server, ObjectReference) Инфраструктура.
Открытый метод ResolveReference(Database) Инфраструктура.
Открытый метод ResolveReference(Server) Инфраструктура.
Открытый метод ResolveReference(Database, Boolean) Инфраструктура.
Открытый метод ResolveReference(Server, Boolean) Инфраструктура.
Открытый метод Serialize() () () () Converts the ObjectReference to an XML version.
Открытый метод Serialize(XmlWriter) Converts the ObjectReference to an XML version by using an xmlWriter.
Открытый метод ToString (Производный от Object.)
Открытый метод WriteContent Writes out a serialized ObjectReference by using an xmlWriter.

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник