NamedComponent Constructors

Definition

Overloads

NamedComponent()

Initializes a new instance of the NamedComponent class.

NamedComponent(String)

Initializes a new instance of the NamedComponent class with the specified name.

NamedComponent(String, String)

Initializes a new instance of the NamedComponent class with the specified name and identifier.

NamedComponent()

Initializes a new instance of the NamedComponent class.

protected NamedComponent ();
Protected Sub New ()

Applies to

NamedComponent(String)

Initializes a new instance of the NamedComponent class with the specified name.

protected NamedComponent (string name);
new Microsoft.AnalysisServices.NamedComponent : string -> Microsoft.AnalysisServices.NamedComponent
Protected Sub New (name As String)

Parameters

name
String

The name of the component.

Applies to

NamedComponent(String, String)

Initializes a new instance of the NamedComponent class with the specified name and identifier.

protected NamedComponent (string name, string id);
new Microsoft.AnalysisServices.NamedComponent : string * string -> Microsoft.AnalysisServices.NamedComponent
Protected Sub New (name As String, id As String)

Parameters

name
String

The name of the component.

id
String

The identifier of the component.

Applies to