Proprietà SfcMetadataRelation.Relationship

Gets a relationship with the parent. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Relationship As SfcRelationship 
    Get
'Utilizzo
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

Valore proprietà

Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcRelationship
A relationship with the parent.

Vedere anche

Riferimento

SfcMetadataRelation Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc.Metadata