Construtor Relationship (String)
Initializes a new instance of the Relationship class using the specified identifier.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Sub New ( _
id As String _
)
'Uso
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
)
Parâmetros
- id
Tipo: System.String
The identifier of the relationship.