ReconfigurePending プロパティ
グループまたはプールが変更され、それがまだメモリ内の構成に適用されていないかどうかを示します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcPropertyAttribute> _
Public ReadOnly Property ReconfigurePending As Boolean
Get
'使用
Dim instance As ResourceGovernor
Dim value As Boolean
value = instance.ReconfigurePending
[SfcPropertyAttribute]
public bool ReconfigurePending { get; }
[SfcPropertyAttribute]
public:
property bool ReconfigurePending {
bool get ();
}
[<SfcPropertyAttribute>]
member ReconfigurePending : bool
function get ReconfigurePending () : boolean
プロパティ値
型: System. . :: . .Boolean
Boolean
False : 再構成ステートメントは必要ありません。
True : 保留中の構成変更を適用するため、再構成ステートメントまたはサーバーの再起動が必要です。