CollectionNotAvailableException 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 |
|---|---|
| CollectionNotAvailableException() |
Constructeur pour le T :Microsoft. SqlServer.Management.Smo.CollectionNotAvailableException. |
| CollectionNotAvailableException(String) |
Constructeur pour le T :Microsoft. SqlServer.Management.Smo.CollectionNotAvailableException. |
| CollectionNotAvailableException(String, ServerVersion) |
Constructeur pour le T :Microsoft. SqlServer.Management.Smo.CollectionNotAvailableException. |
| CollectionNotAvailableException(String, Exception) |
Constructeur pour le T :Microsoft. SqlServer.Management.Smo.CollectionNotAvailableException. |
CollectionNotAvailableException()
Constructeur pour le T :Microsoft. SqlServer.Management.Smo.CollectionNotAvailableException.
public CollectionNotAvailableException();
Public Sub New ()
S’applique à
CollectionNotAvailableException(String)
Constructeur pour le T :Microsoft. SqlServer.Management.Smo.CollectionNotAvailableException.
public CollectionNotAvailableException(string message);
new Microsoft.SqlServer.Management.Smo.CollectionNotAvailableException : string -> Microsoft.SqlServer.Management.Smo.CollectionNotAvailableException
Public Sub New (message As String)
Paramètres
- message
- String
Message de l’exception sous forme de chaîne.
S’applique à
CollectionNotAvailableException(String, ServerVersion)
Constructeur pour le T :Microsoft. SqlServer.Management.Smo.CollectionNotAvailableException.
public CollectionNotAvailableException(string colname, Microsoft.SqlServer.Management.Common.ServerVersion serverVersion);
new Microsoft.SqlServer.Management.Smo.CollectionNotAvailableException : string * Microsoft.SqlServer.Management.Common.ServerVersion -> Microsoft.SqlServer.Management.Smo.CollectionNotAvailableException
Public Sub New (colname As String, serverVersion As ServerVersion)
Paramètres
- colname
- String
Nom de la collection sous forme de chaîne.
- serverVersion
- ServerVersion
Version du serveur en tant que T :Microsoft. SqlServer.Server.ServerVersion
S’applique à
CollectionNotAvailableException(String, Exception)
Constructeur pour le T :Microsoft. SqlServer.Management.Smo.CollectionNotAvailableException.
public CollectionNotAvailableException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Smo.CollectionNotAvailableException : string * Exception -> Microsoft.SqlServer.Management.Smo.CollectionNotAvailableException
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.