Condividi tramite


Proprietà IsBrowsable

Gets a value that indicates whether the member should be displayed in object browsers. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public Overrides ReadOnly Property IsBrowsable As Boolean
    Get
'Utilizzo
Dim instance As LocalizableMemberDescriptor
Dim value As Boolean

value = instance.IsBrowsable
public override bool IsBrowsable { get; }
public:
virtual property bool IsBrowsable {
    bool get () override;
}
abstract IsBrowsable : bool
override IsBrowsable : bool
override function get IsBrowsable () : boolean

Valore proprietà

Tipo: System. . :: . .Boolean
true if the member should be displayed in object browsers; otherwise, false.