Relationship Constructor (String)
Initializes a new instance of the Relationship class using the specified identifier.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub New ( _
id As String _
)
'Usage
Dim id As String
Dim instance As New Relationship(id)
public Relationship(
string id
)
public:
Relationship(
String^ id
)
new :
id:string -> Relationship
public function Relationship(
id : String
)
Parameters
- id
Type: System.String
The identifier of the relationship.