PropertyWriteException Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
| Nom | Description |
|---|---|
| PropertyWriteException() |
Constructeur pour le T :Microsoft. SqlServer.Management.Smo.PropertyWriteException. |
| PropertyWriteException(String) |
Constructeur pour le T :Microsoft. SqlServer.Management.Smo.PropertyWriteException. |
| PropertyWriteException(String, Exception) |
Constructeur pour le T :Microsoft. SqlServer.Management.Smo.PropertyWriteException. |
| PropertyWriteException(String, String, String, String) |
Constructeur pour le T :Microsoft. SqlServer.Management.Smo.PropertyWriteException. |
PropertyWriteException()
Constructeur pour le T :Microsoft. SqlServer.Management.Smo.PropertyWriteException.
public PropertyWriteException();
Public Sub New ()
S’applique à
PropertyWriteException(String)
Constructeur pour le 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)
Paramètres
- message
- String
Message de l’exception sous forme de chaîne.
S’applique à
PropertyWriteException(String, Exception)
Constructeur pour le 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)
Paramètres
- message
- String
Message de l’exception sous forme de chaîne.
- innerException
- Exception
Instance T :System.Exception qui a provoqué l’exception actuelle.
S’applique à
PropertyWriteException(String, String, String, String)
Constructeur pour le 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)
Paramètres
- propertyName
- String
Nom sous forme de chaîne de la propriété bloquée qui a provoqué l’exception.
- objectKind
- String
Type d’objet sous forme de chaîne de la propriété bloquée.
- objectName
- String
Nom de l’objet sous forme de chaîne de la propriété bloquée
- reason
- String
Raison du blocage des propriétés.