次の方法で共有


MajorObject.GetCreateReferences メソッド

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

参照を作成するための Hashtable を取得します。

名前空間:  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
)

パラメーター

  • considerPermissions
    型: System.Boolean
    権限を考慮する場合は true、考慮しない場合は false です。
  • considerPartitions
    型: System.Boolean
    パーティションを考慮する場合は true、考慮しない場合は false です。

関連項目

参照

MajorObject クラス

Microsoft.AnalysisServices 名前空間