CheckError Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
| Nombre | Description |
|---|---|
| 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)
Parámetros
- check
- ICheck
- message
- String
- targetType
- SqlObjectType
- targetPath
- String
Se aplica 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)
Parámetros
- check
- ICheck
- message
- String
- innerException
- Exception
- targetType
- SqlObjectType
- targetPath
- String