Proprietà SfcBrowsableAttribute.IsBrowsable

Gets or sets a value that indicates whether the attribute is browsable. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

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

Sintassi

'Dichiarazione
Public Property IsBrowsable As Boolean 
    Get 
    Set
'Utilizzo
Dim instance As SfcBrowsableAttribute 
Dim value As Boolean 

value = instance.IsBrowsable

instance.IsBrowsable = value
public bool IsBrowsable { get; set; }
public:
property bool IsBrowsable {
    bool get ();
    void set (bool value);
}
member IsBrowsable : bool with get, set
function get IsBrowsable () : boolean 
function set IsBrowsable (value : boolean)

Valore proprietà

Tipo: System.Boolean
true if the attribute is browsable; otherwise, false.

Vedere anche

Riferimento

SfcBrowsableAttribute Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc.Metadata