MajorObject.GetCreateReferences 方法
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Gets a Hashtable to create references.
命名空间: 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
)
参数
- createReferences
类型:System.Collections.Hashtable
The hastable to create references.
- considerPermissions
类型:System.Boolean
true to consider permissions; otherwise, false.
- considerPartitions
类型:System.Boolean
true to consider partitions; otherwise, false.