SfcBrowsableAttribute.IsBrowsable プロパティ

属性が参照可能かどうかを示す値を取得または設定します。 このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

名前空間:  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
アセンブリ:  Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)

構文

'宣言
Public Property IsBrowsable As Boolean 
    Get 
    Set
'使用
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)

プロパティ値

型: System.Boolean
属性が参照可能である場合は true、それ以外の場合は false です。

関連項目

参照

SfcBrowsableAttribute クラス

Microsoft.SqlServer.Management.Sdk.Sfc.Metadata 名前空間