Relationship 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
Relationship() |
Initializes a new instance of the Relationship class using the default values. |
Relationship(String) |
Initializes a new instance of the Relationship class using the specified identifier. |
Relationship()
Initializes a new instance of the Relationship class using the default values.
public Relationship ();
Public Sub New ()
Applies to
Relationship(String)
Initializes a new instance of the Relationship class using the specified identifier.
public Relationship (string id);
new Microsoft.AnalysisServices.Relationship : string -> Microsoft.AnalysisServices.Relationship
Public Sub New (id As String)
Parameters
- id
- String
The identifier of the relationship.