NamedComponent Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.