SfcBrowsableAttribute Constructor
Initializes a new instance of the SfcBrowsableAttribute class. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Public Sub New ( _
isBrowsable As Boolean _
)
'Uso
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
)
Parámetros
- isBrowsable
Tipo: System. . :: . .Boolean
true to enable browsing of attribute; otherwise, false.
Vea también