PropertyWriteException Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
| Nome | Descrizione |
|---|---|
| PropertyWriteException() |
Costruttore per il T:Microsoft. SqlServer.Management.Smo.PropertyWriteException. |
| PropertyWriteException(String) |
Costruttore per il T:Microsoft. SqlServer.Management.Smo.PropertyWriteException. |
| PropertyWriteException(String, Exception) |
Costruttore per il T:Microsoft. SqlServer.Management.Smo.PropertyWriteException. |
| PropertyWriteException(String, String, String, String) |
Costruttore per il T:Microsoft. SqlServer.Management.Smo.PropertyWriteException. |
PropertyWriteException()
Costruttore per il T:Microsoft. SqlServer.Management.Smo.PropertyWriteException.
public PropertyWriteException();
Public Sub New ()
Si applica a
PropertyWriteException(String)
Costruttore per il T:Microsoft. SqlServer.Management.Smo.PropertyWriteException.
public PropertyWriteException(string message);
new Microsoft.SqlServer.Management.Smo.PropertyWriteException : string -> Microsoft.SqlServer.Management.Smo.PropertyWriteException
Public Sub New (message As String)
Parametri
- message
- String
Messaggio dell'eccezione come stringa.
Si applica a
PropertyWriteException(String, Exception)
Costruttore per il T:Microsoft. SqlServer.Management.Smo.PropertyWriteException.
public PropertyWriteException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Smo.PropertyWriteException : string * Exception -> Microsoft.SqlServer.Management.Smo.PropertyWriteException
Public Sub New (message As String, innerException As Exception)
Parametri
- message
- String
Messaggio dell'eccezione come stringa.
- innerException
- Exception
Istanza T:System.Exception che ha causato l'eccezione corrente.
Si applica a
PropertyWriteException(String, String, String, String)
Costruttore per il T:Microsoft. SqlServer.Management.Smo.PropertyWriteException.
public PropertyWriteException(string propertyName, string objectKind, string objectName, string reason);
new Microsoft.SqlServer.Management.Smo.PropertyWriteException : string * string * string * string -> Microsoft.SqlServer.Management.Smo.PropertyWriteException
Public Sub New (propertyName As String, objectKind As String, objectName As String, reason As String)
Parametri
- propertyName
- String
Nome come stringa della proprietà bloccata che ha causato l'eccezione.
- objectKind
- String
Tipo di oggetto come stringa della proprietà bloccata.
- objectName
- String
Nome dell'oggetto come stringa della proprietà bloccata
- reason
- String
Motivo del blocco di proprietà.