ProbeError コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 名前 | 説明 |
|---|---|
| ProbeError(ICheck, String, SqlObjectType, String) | |
| ProbeError(ICheck, String, IEnumerable<KeyValuePair<String,Exception>>, SqlObjectType, String) |
ProbeError(ICheck, String, SqlObjectType, String)
public ProbeError(Microsoft.SqlServer.Management.Assessment.Checks.ICheck check, string message, Microsoft.SqlServer.Management.Assessment.SqlObjectType targetType, string targetPath);
new Microsoft.SqlServer.Management.Assessment.ProbeError : Microsoft.SqlServer.Management.Assessment.Checks.ICheck * string * Microsoft.SqlServer.Management.Assessment.SqlObjectType * string -> Microsoft.SqlServer.Management.Assessment.ProbeError
Public Sub New (check As ICheck, message As String, targetType As SqlObjectType, targetPath As String)
パラメーター
- check
- ICheck
- message
- String
- targetType
- SqlObjectType
- targetPath
- String
適用対象
ProbeError(ICheck, String, IEnumerable<KeyValuePair<String,Exception>>, SqlObjectType, String)
public ProbeError(Microsoft.SqlServer.Management.Assessment.Checks.ICheck check, string message, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,Exception>> innerExceptions, Microsoft.SqlServer.Management.Assessment.SqlObjectType targetType, string targetPath);
new Microsoft.SqlServer.Management.Assessment.ProbeError : Microsoft.SqlServer.Management.Assessment.Checks.ICheck * string * seq<System.Collections.Generic.KeyValuePair<string, Exception>> * Microsoft.SqlServer.Management.Assessment.SqlObjectType * string -> Microsoft.SqlServer.Management.Assessment.ProbeError
Public Sub New (check As ICheck, message As String, innerExceptions As IEnumerable(Of KeyValuePair(Of String, Exception)), targetType As SqlObjectType, targetPath As String)
パラメーター
- check
- ICheck
- message
- String
- innerExceptions
- IEnumerable<KeyValuePair<String,Exception>>
- targetType
- SqlObjectType
- targetPath
- String