Метод MajorObject.GetCreateReferences
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Gets a Hashtable to create references.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Protected Friend Overridable Sub GetCreateReferences ( _
createReferences As Hashtable, _
considerPermissions As Boolean, _
considerPartitions As Boolean _
)
'Применение
Dim createReferences As Hashtable
Dim considerPermissions As Boolean
Dim considerPartitions As Boolean
Me.GetCreateReferences(createReferences, _
considerPermissions, considerPartitions)
protected internal virtual void GetCreateReferences(
Hashtable createReferences,
bool considerPermissions,
bool considerPartitions
)
protected public:
virtual void GetCreateReferences(
Hashtable^ createReferences,
bool considerPermissions,
bool considerPartitions
)
abstract GetCreateReferences :
createReferences:Hashtable *
considerPermissions:bool *
considerPartitions:bool -> unit
override GetCreateReferences :
createReferences:Hashtable *
considerPermissions:bool *
considerPartitions:bool -> unit
function GetCreateReferences(
createReferences : Hashtable,
considerPermissions : boolean,
considerPartitions : boolean
)
Параметры
- createReferences
Тип: System.Collections.Hashtable
The hastable to create references.
- considerPermissions
Тип: System.Boolean
true to consider permissions; otherwise, false.
- considerPartitions
Тип: System.Boolean
true to consider partitions; otherwise, false.