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