Метод DimensionPermission.GetReferences
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Gets the objects that the dimension permission references.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Overrides Function GetReferences ( _
references As Hashtable, _
forMajorChildrenAlso As Boolean _
) As Hashtable
'Применение
Dim instance As DimensionPermission
Dim references As Hashtable
Dim forMajorChildrenAlso As Boolean
Dim returnValue As Hashtable
returnValue = instance.GetReferences(references, _
forMajorChildrenAlso)
public override Hashtable GetReferences(
Hashtable references,
bool forMajorChildrenAlso
)
public:
virtual Hashtable^ GetReferences(
Hashtable^ references,
bool forMajorChildrenAlso
) override
abstract GetReferences :
references:Hashtable *
forMajorChildrenAlso:bool -> Hashtable
override GetReferences :
references:Hashtable *
forMajorChildrenAlso:bool -> Hashtable
public override function GetReferences(
references : Hashtable,
forMajorChildrenAlso : boolean
) : Hashtable
Параметры
- references
Тип: System.Collections.Hashtable
The Hashtable to append references to.
- forMajorChildrenAlso
Тип: System.Boolean
true to also reference for major children; otherwise, false.
Возвращаемое значение
Тип: System.Collections.Hashtable
The references Hashtable with objects that the dimension permission references appended.