MajorObject Constructor

 

Applies To: SQL Server (starting with 2016)

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

Overload List

Name Description
System_CAPS_protmethod MajorObject()

Initializes a new major object as implemented by the derived class using default values.

System_CAPS_protmethod MajorObject(String)

Initializes a new major object as implemented by the derived class using the specified object name.

System_CAPS_protmethod MajorObject(String, String)

Initializes a new major object as implemented by the derived class using the specified object name and identifier of the object.

See Also

MajorObject Class
Microsoft.AnalysisServices Namespace

Return to top