Propriété Relationship
Gets or sets the relationship to its parent. Ne référencez pas directement 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 Property Relationship As SfcRelationship
Get
Friend Set
'Utilisation
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)
Valeur de propriété
Type : Microsoft.SqlServer.Management.Sdk.Sfc.Metadata. . :: . .SfcRelationship
The relationship to its parent.