MajorObject Constructor (String)
Applies To: SQL Server (starting with 2016)
Initializes a new major object as implemented by the derived class using the specified object name.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
Syntax
protected MajorObject(
string name
)
protected:
MajorObject(
String^ name
)
new :
name:string -> MajorObject
Protected Sub New (
name As String
)
Parameters
name
Type: System.StringA System.String containing the name of the object.
See Also
MajorObject Overload
MajorObject Class
Microsoft.AnalysisServices Namespace
Return to top