NoTargetSetEnabledException 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 |
|---|---|
| NoTargetSetEnabledException() | |
| NoTargetSetEnabledException(String) | |
| NoTargetSetEnabledException(String, Exception) |
Constructeur de base |
NoTargetSetEnabledException()
public NoTargetSetEnabledException();
Public Sub New ()
S’applique à
NoTargetSetEnabledException(String)
public NoTargetSetEnabledException(string objectSetName);
new Microsoft.SqlServer.Management.Dmf.NoTargetSetEnabledException : string -> Microsoft.SqlServer.Management.Dmf.NoTargetSetEnabledException
Public Sub New (objectSetName As String)
Paramètres
- objectSetName
- String
S’applique à
NoTargetSetEnabledException(String, Exception)
Constructeur de base
public NoTargetSetEnabledException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Dmf.NoTargetSetEnabledException : string * Exception -> Microsoft.SqlServer.Management.Dmf.NoTargetSetEnabledException
Public Sub New (message As String, innerException As Exception)
Paramètres
- message
- String
- innerException
- Exception