Proprietà SfcRelationshipAttribute.Relationship
Gets or sets the relationship to its 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 Property Relationship As SfcRelationship
Get
Friend Set
'Utilizzo
Dim instance As SfcRelationshipAttribute
Dim value As SfcRelationship
value = instance.Relationship
public SfcRelationship Relationship { get; internal set; }
public:
property SfcRelationship Relationship {
SfcRelationship get ();
internal: void set (SfcRelationship value);
}
member Relationship : SfcRelationship with get, internal set
function get Relationship () : SfcRelationship
internal function set Relationship (value : SfcRelationship)
Valore proprietà
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcRelationship
The relationship to its parent.
Vedere anche
Riferimento
SfcRelationshipAttribute Classe
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc.Metadata