Relationship Propiedad
Gets a relationship with the 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 ReadOnly Property Relationship As SfcRelationship
Get
'Uso
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
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata. . :: . .SfcRelationship
A relationship with the parent.
Vea también