CheckError Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
| Nome | Descrizione |
|---|---|
| CheckError(ICheck, String, SqlObjectType, String) | |
| CheckError(ICheck, String, Exception, SqlObjectType, String) |
CheckError(ICheck, String, SqlObjectType, String)
public CheckError(Microsoft.SqlServer.Management.Assessment.Checks.ICheck check, string message, Microsoft.SqlServer.Management.Assessment.SqlObjectType targetType, string targetPath);
new Microsoft.SqlServer.Management.Assessment.CheckError : Microsoft.SqlServer.Management.Assessment.Checks.ICheck * string * Microsoft.SqlServer.Management.Assessment.SqlObjectType * string -> Microsoft.SqlServer.Management.Assessment.CheckError
Public Sub New (check As ICheck, message As String, targetType As SqlObjectType, targetPath As String)
Parametri
- check
- ICheck
- message
- String
- targetType
- SqlObjectType
- targetPath
- String
Si applica a
CheckError(ICheck, String, Exception, SqlObjectType, String)
public CheckError(Microsoft.SqlServer.Management.Assessment.Checks.ICheck check, string message, Exception innerException, Microsoft.SqlServer.Management.Assessment.SqlObjectType targetType, string targetPath);
new Microsoft.SqlServer.Management.Assessment.CheckError : Microsoft.SqlServer.Management.Assessment.Checks.ICheck * string * Exception * Microsoft.SqlServer.Management.Assessment.SqlObjectType * string -> Microsoft.SqlServer.Management.Assessment.CheckError
Public Sub New (check As ICheck, message As String, innerException As Exception, targetType As SqlObjectType, targetPath As String)
Parametri
- check
- ICheck
- message
- String
- innerException
- Exception
- targetType
- SqlObjectType
- targetPath
- String