Compartilhar via


Propriedade do RDL XmlReadProperty.HasPropertyLink

Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
Public ReadOnly Property HasPropertyLink As Boolean 
    Get
'Uso
Dim instance As XmlReadProperty 
Dim value As Boolean 

value = instance.HasPropertyLink
public bool HasPropertyLink { get; }
public:
property bool HasPropertyLink {
    bool get ();
}
member HasPropertyLink : bool
function get HasPropertyLink () : boolean

Valor da propriedade

Tipo: System.Boolean
true if the attribute has link to other properties; otherwise, false.

Consulte também

Referência

XmlReadProperty Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc