PropertyWriteException 생성자 (String, String, String, String)

Initializes a new instance of the PropertyWriteException class with the specified property name, object kind, object name, and reason.

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

구문

‘선언
Public Sub New ( _
    propertyName As String, _
    objectKind As String, _
    objectName As String, _
    reason As String _
)
‘사용 방법
Dim propertyName As String 
Dim objectKind As String 
Dim objectName As String 
Dim reason As String 

Dim instance As New PropertyWriteException(propertyName, _
    objectKind, objectName, reason)
public PropertyWriteException(
    string propertyName,
    string objectKind,
    string objectName,
    string reason
)
public:
PropertyWriteException(
    String^ propertyName, 
    String^ objectKind, 
    String^ objectName, 
    String^ reason
)
new : 
        propertyName:string * 
        objectKind:string * 
        objectName:string * 
        reason:string -> PropertyWriteException
public function PropertyWriteException(
    propertyName : String, 
    objectKind : String, 
    objectName : String, 
    reason : String
)

매개 변수

SMO 예외 처리

참고 항목

참조

PropertyWriteException 클래스

PropertyWriteException 오버로드

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