ConflictingPropertyValuesException 생성자 (String, String, String, String, String)

Initializes a new instance of the ConflictingPropertyValuesException class that has the specified message text and inner exception.

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

구문

‘선언
Public Sub New ( _
    mode As String, _
    type1 As String, _
    name1 As String, _
    type2 As String, _
    name2 As String _
)
‘사용 방법
Dim mode As String 
Dim type1 As String 
Dim name1 As String 
Dim type2 As String 
Dim name2 As String 

Dim instance As New ConflictingPropertyValuesException(mode, type1, _
    name1, type2, name2)
public ConflictingPropertyValuesException(
    string mode,
    string type1,
    string name1,
    string type2,
    string name2
)
public:
ConflictingPropertyValuesException(
    String^ mode, 
    String^ type1, 
    String^ name1, 
    String^ type2, 
    String^ name2
)
new : 
        mode:string * 
        type1:string * 
        name1:string * 
        type2:string * 
        name2:string -> ConflictingPropertyValuesException
public function ConflictingPropertyValuesException(
    mode : String, 
    type1 : String, 
    name1 : String, 
    type2 : String, 
    name2 : String
)

매개 변수

  • mode
    유형: System.String
    A String value that specifies the mode that is associated with the policy.
  • type1
    유형: System.String
    A String value that specifies the object type of the first property value.
  • name1
    유형: System.String
    A String value that specifies the name of the first property value.
  • type2
    유형: System.String
    A String value that specifies the object type of the second property value.
  • name2
    유형: System.String
    A String value that specifies the name of the second property value.

주의

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

SMO 예외 처리

참고 항목

참조

ConflictingPropertyValuesException 클래스

ConflictingPropertyValuesException 오버로드

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