MajorObject.GetCreateReferences Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets a Hashtable to create references.

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

Syntax

C#
protected internal virtual void GetCreateReferences(
    Hashtable createReferences,
    bool considerPermissions,
    bool considerPartitions
)

Parameters

  • considerPermissions
    Type: System.Boolean
    true to consider permissions; otherwise, false.
  • considerPartitions
    Type: System.Boolean
    true to consider partitions; otherwise, false.

See Also

Reference

MajorObject Class

Microsoft.AnalysisServices Namespace