Partilhar via


Propriedade do RDL ExtendedPropertyAttribute.HasParent

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 HasParent As Boolean 
    Get
'Uso
Dim instance As ExtendedPropertyAttribute 
Dim value As Boolean 

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

Valor da propriedade

Tipo: System.Boolean
true if the object have a parent; otherwise, false.

Consulte também

Referência

ExtendedPropertyAttribute Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc