NoTargetSetEnabledException コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 名前 | 説明 |
|---|---|
| NoTargetSetEnabledException() | |
| NoTargetSetEnabledException(String) | |
| NoTargetSetEnabledException(String, Exception) |
基本コンストラクター |
NoTargetSetEnabledException()
public NoTargetSetEnabledException();
Public Sub New ()
適用対象
NoTargetSetEnabledException(String)
public NoTargetSetEnabledException(string objectSetName);
new Microsoft.SqlServer.Management.Dmf.NoTargetSetEnabledException : string -> Microsoft.SqlServer.Management.Dmf.NoTargetSetEnabledException
Public Sub New (objectSetName As String)
パラメーター
- objectSetName
- String
適用対象
NoTargetSetEnabledException(String, Exception)
基本コンストラクター
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)
パラメーター
- message
- String
- innerException
- Exception