NoTargetSetEnabledException Konstruktor
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Overload
| Nama | Deskripsi |
|---|---|
| NoTargetSetEnabledException() | |
| NoTargetSetEnabledException(String) | |
| NoTargetSetEnabledException(String, Exception) |
Konstruktor dasar |
NoTargetSetEnabledException()
public NoTargetSetEnabledException();
Public Sub New ()
Berlaku untuk
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
Berlaku untuk
NoTargetSetEnabledException(String, Exception)
Konstruktor dasar
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