次の方法で共有


ServerAdapterBase.UserInstancesEnabled プロパティ

参照されたプロパティが有効かどうかを決定する Boolean 値を取得します。値の設定も可能です。

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

構文

'宣言
Public Property UserInstancesEnabled As Boolean 
    Get 
    Set
'使用
Dim instance As ServerAdapterBase 
Dim value As Boolean 

value = instance.UserInstancesEnabled

instance.UserInstancesEnabled = value
public bool UserInstancesEnabled { get; set; }
public:
virtual property bool UserInstancesEnabled {
    bool get () sealed;
    void set (bool value) sealed;
}
abstract UserInstancesEnabled : bool with get, set 
override UserInstancesEnabled : bool with get, set
final function get UserInstancesEnabled () : boolean 
final function set UserInstancesEnabled (value : boolean)

プロパティ値

型: System.Boolean
参照されたプロパティが有効かどうかを決定する Boolean 値です。 True の場合、プロパティは有効です。False の場合、プロパティは有効ではありません。

関連項目

参照

ServerAdapterBase クラス

Microsoft.SqlServer.Management.Smo 名前空間