Database.GetReferences 方法
此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Gets the objects that the database references.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
Public Overrides Function GetReferences ( _
references As Hashtable, _
forMajorChildrenAlso As Boolean _
) As Hashtable
'用途
Dim instance As Database
Dim references As Hashtable
Dim forMajorChildrenAlso As Boolean
Dim returnValue As Hashtable
returnValue = instance.GetReferences(references, _
forMajorChildrenAlso)
public override Hashtable GetReferences(
Hashtable references,
bool forMajorChildrenAlso
)
public:
virtual Hashtable^ GetReferences(
Hashtable^ references,
bool forMajorChildrenAlso
) override
abstract GetReferences :
references:Hashtable *
forMajorChildrenAlso:bool -> Hashtable
override GetReferences :
references:Hashtable *
forMajorChildrenAlso:bool -> Hashtable
public override function GetReferences(
references : Hashtable,
forMajorChildrenAlso : boolean
) : Hashtable
參數
- references
型別:System.Collections.Hashtable
The Hashtable to append references to.
- forMajorChildrenAlso
型別:System.Boolean
true to reference for major children; otherwise, false.
傳回值
型別:System.Collections.Hashtable
The references Hashtable with objects that the dimension references appended.