NoTargetSetEnabledException Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
| Nome | Description |
|---|---|
| NoTargetSetEnabledException() | |
| NoTargetSetEnabledException(String) | |
| NoTargetSetEnabledException(String, Exception) |
Construtor base |
NoTargetSetEnabledException()
public NoTargetSetEnabledException();
Public Sub New ()
Aplica-se a
NoTargetSetEnabledException(String)
public NoTargetSetEnabledException(string objectSetName);
new Microsoft.SqlServer.Management.Dmf.NoTargetSetEnabledException : string -> Microsoft.SqlServer.Management.Dmf.NoTargetSetEnabledException
Public Sub New (objectSetName As String)
Parâmetros
- objectSetName
- String
Aplica-se a
NoTargetSetEnabledException(String, Exception)
Construtor 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)
Parâmetros
- message
- String
- innerException
- Exception