Partager via


Propriété HasPropertyLink

Gets a value that indicates whether the current setting contains a property link. Ne référencez pas directement 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 HasPropertyLink As Boolean
    Get
'Utilisation
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

Valeur de propriété

Type : System. . :: . .Boolean
true if the current setting contains a property link; otherwise, false.