Свойство IsBrowsable

Gets or sets a value that indicates whether the attribute is browsable. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.

Пространство имен:  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Сборка:  Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Синтаксис

'Декларация
Public Property IsBrowsable As Boolean
    Get
    Set
'Применение
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)

Значение свойства

Тип: System. . :: . .Boolean
true if the attribute is browsable; otherwise, false.