ProcessableMajorObject Constructor (String)

 

Applies To: SQL Server (starting with 2016)

Initializes a new instance of the ProcessableMajorObject class.

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

Syntax

protected ProcessableMajorObject(
    string name
)
protected:
ProcessableMajorObject(
    String^ name
)
new : 
        name:string -> ProcessableMajorObject
Protected Sub New (
    name As String
)

Parameters

See Also

ProcessableMajorObject Overload
ProcessableMajorObject Class
Microsoft.AnalysisServices Namespace

Return to top