Метод GetCreateReferences
Этот API-интерфейс поддерживает инфраструктуру и не предназначен для использования непосредственно из кода.
Пространство имен: 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
- considerPermissions
Тип: System. . :: . .Boolean
- considerPartitions
Тип: System. . :: . .Boolean