Propriedade do RDL XmlReadSettings.HasPropertyLink
Gets a value that indicates whether the current setting contains a property link. 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 XmlReadSettings
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 current setting contains a property link; otherwise, false.