MajorObject.GetCreateReferences-Methode
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Gets a Hashtable to create references.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Protected Friend Overridable Sub GetCreateReferences ( _
createReferences As Hashtable, _
considerPermissions As Boolean, _
considerPartitions As Boolean _
)
'Usage
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
)
Parameter
- createReferences
Typ: System.Collections.Hashtable
The hastable to create references.
- considerPermissions
Typ: System.Boolean
true to consider permissions; otherwise, false.
- considerPartitions
Typ: System.Boolean
true to consider partitions; otherwise, false.