Propriété SfcMetadataRelation.Relationship
Gets a relationship with the parent. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Relationship As SfcRelationship
Get
'Utilisation
Dim instance As SfcMetadataRelation
Dim value As SfcRelationship
value = instance.Relationship
public SfcRelationship Relationship { get; }
public:
property SfcRelationship Relationship {
SfcRelationship get ();
}
member Relationship : SfcRelationship
function get Relationship () : SfcRelationship
Valeur de propriété
Type : Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcRelationship
A relationship with the parent.
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc.Metadata