Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of the PropertyWriteException class with the specified property name, object kind, object name, and reason.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub New ( _
propertyName As String, _
objectKind As String, _
objectName As String, _
reason As String _
)
'Usage
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
)
Parameter
- propertyName
Typ: System.String
A String value that specifies the name of the property.
- objectKind
Typ: System.String
A String value that specifies the kind of object.
- objectName
Typ: System.String
A String value that specifies the name of the object.
- reason
Typ: System.String
A String value that specifies the reason for the exception.