Propriedade do RDL Relationship
Gets a relationship with the parent. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata. . :: . .SfcRelationship
A relationship with the parent.
Consulte também