RestartPendingException<T> 생성자 (String, T, T)

Initializes a new instance of the RestartPendingException class that has the specified property and its configuration and run values.

네임스페이스:  Microsoft.SqlServer.Management.Dmf
어셈블리:  Microsoft.SqlServer.Dmf(Microsoft.SqlServer.Dmf.dll)

구문

‘선언
Public Sub New ( _
    propertyName As String, _
    configValue As T, _
    runValue As T _
)
‘사용 방법
Dim propertyName As String 
Dim configValue As T
Dim runValue As T

Dim instance As New RestartPendingException(propertyName, _
    configValue, runValue)
public RestartPendingException(
    string propertyName,
    T configValue,
    T runValue
)
public:
RestartPendingException(
    String^ propertyName, 
    T configValue, 
    T runValue
)
new : 
        propertyName:string * 
        configValue:'T * 
        runValue:'T -> RestartPendingException
public function RestartPendingException(
    propertyName : String, 
    configValue : T, 
    runValue : T
)

매개 변수

  • configValue
    유형: T
    A String value that specifies the configuration value of the property.
  • runValue
    유형: T
    A String value that specifies the run value of the property.

주의

이 네임스페이스, 클래스 또는 멤버는 Microsoft .NET Framework 2.0 버전에서만 지원됩니다.

SMO 예외 처리

참고 항목

참조

RestartPendingException<T> 클래스

RestartPendingException<T> 오버로드

Microsoft.SqlServer.Management.Dmf 네임스페이스