Partager via


Constructeur SfcBrowsableAttribute

Initializes a new instance of the SfcBrowsableAttribute class. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    isBrowsable As Boolean _
)
'Utilisation
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
)

Paramètres

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

Voir aussi

Référence

SfcBrowsableAttribute Classe

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc.Metadata