Właściwość SfcBrowsableAttribute.IsBrowsable
Pobiera lub ustawia wartość wskazującą, czy atrybut jest istniała.Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.
Przestrzeń nazw: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Zestaw: Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Składnia
'Deklaracja
Public Property IsBrowsable As Boolean
Get
Set
'Użycie
Dim instance As SfcBrowsableAttribute
Dim value As Boolean
value = instance.IsBrowsable
instance.IsBrowsable = value
public bool IsBrowsable { get; set; }
public:
property bool IsBrowsable {
bool get ();
void set (bool value);
}
member IsBrowsable : bool with get, set
function get IsBrowsable () : boolean
function set IsBrowsable (value : boolean)
Wartość właściwości
Typ: System.Boolean
TRUE , jeśli atrybut jest istniała; w przeciwnym razie false.
Zobacz także