Конструктор SfcBrowsableAttribute

Initializes a new instance of the SfcBrowsableAttribute class. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.

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

Синтаксис

'Декларация
Public Sub New ( _
    isBrowsable As Boolean _
)
'Применение
Dim isBrowsable As Boolean 

Dim instance As New SfcBrowsableAttribute(isBrowsable)
public SfcBrowsableAttribute(
    bool isBrowsable
)
public:
SfcBrowsableAttribute(
    bool isBrowsable
)
new : 
        isBrowsable:bool -> SfcBrowsableAttribute
public function SfcBrowsableAttribute(
    isBrowsable : boolean
)

Параметры

  • isBrowsable
    Тип: System.Boolean
    true to enable browsing of attribute; otherwise, false.

См. также

Справочник

SfcBrowsableAttribute Класс

Пространство имен Microsoft.SqlServer.Management.Sdk.Sfc.Metadata