Propriedade do RDL Relationship
Gets or sets the relationship to its 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 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 da propriedade
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata. . :: . .SfcRelationship
The relationship to its parent.
Consulte também