SqlAssembly.IsVisible プロパティ
登録後にアセンブリが表示されるかどうかを示す Boolean プロパティを取得します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property IsVisible As Boolean
Get
Set
'使用
Dim instance As SqlAssembly
Dim value As Boolean
value = instance.IsVisible
instance.IsVisible = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public bool IsVisible { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property bool IsVisible {
bool get ();
void set (bool value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member IsVisible : bool with get, set
function get IsVisible () : boolean
function set IsVisible (value : boolean)
プロパティ値
型: System.Boolean
登録後にアセンブリが表示されるかどうかを示す Boolean 値です。True の場合、アセンブリが表示されます。False (既定値) の場合、アセンブリは表示されません。
使用例
関連項目
参照
Microsoft.SqlServer.Management.Smo 名前空間