Metodo MajorObject.GetCreateReferences
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets a Hashtable to create references.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Protected Friend Overridable Sub GetCreateReferences ( _
createReferences As Hashtable, _
considerPermissions As Boolean, _
considerPartitions As Boolean _
)
'Utilizzo
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
)
Parametri
- createReferences
Tipo: System.Collections.Hashtable
The hastable to create references.
- considerPermissions
Tipo: System.Boolean
true to consider permissions; otherwise, false.
- considerPartitions
Tipo: System.Boolean
true to consider partitions; otherwise, false.