Proprietà SfcMetadataRelation.IsBrowsable

Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property IsBrowsable As Boolean 
    Get
'Utilizzo
Dim instance As SfcMetadataRelation 
Dim value As Boolean 

value = instance.IsBrowsable
public bool IsBrowsable { get; }
public:
property bool IsBrowsable {
    bool get ();
}
member IsBrowsable : bool
function get IsBrowsable () : boolean

Valore proprietà

Tipo: System.Boolean
true if the specified type is browsable; otherwise, false.

Vedere anche

Riferimento

SfcMetadataRelation Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc.Metadata