Share via


RestartPendingException<T>.ConfigValue プロパティ

プロパティの構成値を取得します。

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

構文

'宣言
Public Property ConfigValue As T
    Get 
    Set
'使用
Dim instance As RestartPendingException 
Dim value As T

value = instance.ConfigValue

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

プロパティ値

型: T
プロパティの構成値を示す String 値です。

説明

この名前空間、クラス、またはメンバーは、Microsoft .NET Framework Version 2.0 でのみサポートされています。

使用例

SMO 例外の処理

関連項目

参照

RestartPendingException<T> クラス

Microsoft.SqlServer.Management.Dmf 名前空間