Share via

Facebook x.com LinkedIn Email

MajorObject.GetCreateReferences Method

This API supports the infrastructure and is not intended to be used directly from your code.

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
)

Parameters


  • Last updated on 2011年05月23日