MajorObject.GetReferences 方法

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Gets the objects that the MajorObject references.

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
Public Overridable Function GetReferences ( _
    references As Hashtable, _
    forMajorChildrenAlso As Boolean _
) As Hashtable
用法
Dim instance As MajorObject 
Dim references As Hashtable 
Dim forMajorChildrenAlso As Boolean 
Dim returnValue As Hashtable 

returnValue = instance.GetReferences(references, _
    forMajorChildrenAlso)
public virtual Hashtable GetReferences(
    Hashtable references,
    bool forMajorChildrenAlso
)
public:
virtual Hashtable^ GetReferences(
    Hashtable^ references, 
    bool forMajorChildrenAlso
)
abstract GetReferences : 
        references:Hashtable * 
        forMajorChildrenAlso:bool -> Hashtable  
override GetReferences : 
        references:Hashtable * 
        forMajorChildrenAlso:bool -> Hashtable
public function GetReferences(
    references : Hashtable, 
    forMajorChildrenAlso : boolean
) : Hashtable

参数

  • forMajorChildrenAlso
    类型:System.Boolean
    true to also reference for major children; otherwise, false.

返回值

类型:System.Collections.Hashtable
The references Hashtable with objects that the data source references appended.

请参阅

参考

MajorObject 类

Microsoft.AnalysisServices 命名空间