Constructeur Relationship (String)
Initializes a new instance of the Relationship class using the specified identifier.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Sub New ( _
id As String _
)
'Utilisation
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
)
Paramètres
- id
Type : System.String
The identifier of the relationship.