NoTargetSetEnabledException Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| Name | Beschreibung |
|---|---|
| NoTargetSetEnabledException() | |
| NoTargetSetEnabledException(String) | |
| NoTargetSetEnabledException(String, Exception) |
Basiskonstruktor |
NoTargetSetEnabledException()
public NoTargetSetEnabledException();
Public Sub New ()
Gilt für:
NoTargetSetEnabledException(String)
public NoTargetSetEnabledException(string objectSetName);
new Microsoft.SqlServer.Management.Dmf.NoTargetSetEnabledException : string -> Microsoft.SqlServer.Management.Dmf.NoTargetSetEnabledException
Public Sub New (objectSetName As String)
Parameter
- objectSetName
- String
Gilt für:
NoTargetSetEnabledException(String, Exception)
Basiskonstruktor
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)
Parameter
- message
- String
- innerException
- Exception