HasPropertyLink Propiedad
Gets a value that indicates whether the current setting contains a property link. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: System. . :: . .Boolean
true if the current setting contains a property link; otherwise, false.
Vea también