次の方法で共有


ConfigProperty.ConfigValue プロパティ

構成オプションの新しい値を取得します。値の設定も可能です。

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

構文

'宣言
Public Property ConfigValue As Integer 
    Get 
    Set
'使用
Dim instance As ConfigProperty 
Dim value As Integer 

value = instance.ConfigValue

instance.ConfigValue = value
public int ConfigValue { get; set; }
public:
property int ConfigValue {
    int get ();
    void set (int value);
}
member ConfigValue : int with get, set
function get ConfigValue () : int 
function set ConfigValue (value : int)

プロパティ値

型: System.Int32
構成オプションの新しい値を示す Int32 値。

説明

一部の構成オプションは動的で、ConfigValue プロパティが設定されると、実行中の値は直ちに更新されます。 実行中の値を取得するには、RunValue プロパティを取得します。 その他の構成オプションは動的ではなく、構成オプションの更新は、Microsoft SQL Server のインスタンスが再起動されるときに行われます。 ConfigValue プロパティを設定した後でも、RunValue プロパティは、サーバーが再起動されるまでは更新されません。

使用例

SMO での SQL Server の構成

関連項目

参照

ConfigProperty クラス

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

サーバー構成オプション