MajorObject.GetCreateReferences Method (Hashtable, Boolean, Boolean)

 

Applies To: SQL Server (starting with 2016)

Gets a Hashtable to create references.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

Syntax

protected internal virtual void GetCreateReferences(
    Hashtable createReferences,
    bool considerPermissions,
    bool considerPartitions
)
public protected:
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
Protected Friend Overridable Sub GetCreateReferences (
    createReferences As Hashtable,
    considerPermissions As Boolean,
    considerPartitions As Boolean
)

Parameters

  • considerPermissions
    Type: System.Boolean

    true to consider permissions; otherwise, false.

  • considerPartitions
    Type: System.Boolean

    true to consider partitions; otherwise, false.

See Also

MajorObject Class
Microsoft.AnalysisServices Namespace

Return to top