Propriété ExtendedPropertyAttribute.HasParent
Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public ReadOnly Property HasParent As Boolean
Get
'Utilisation
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
Valeur de propriété
Type : System.Boolean
true if the object have a parent; otherwise, false.