Compartir a través de


SfcRelationshipAttribute.Relationship Propiedad

Gets or sets the relationship to its parent. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Public Property Relationship As SfcRelationship 
    Get 
    Friend Set
'Uso
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)

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcRelationship
The relationship to its parent.

Vea también

Referencia

SfcRelationshipAttribute Clase

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc.Metadata