NamedComponent Constructor (String)

 

Applies To: SQL Server (starting with 2016)

Initializes a new instance of the NamedComponent class.

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

Syntax

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

Parameters

See Also

NamedComponent Overload
NamedComponent Class
Microsoft.AnalysisServices Namespace

Return to top