Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
Initializes a new instance of the SfcBrowsableAttribute class. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
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.