Partager via


AssessmentWarning(Check, SqlObjectType, String, String) Constructor

Definition

public AssessmentWarning (Microsoft.SqlServer.Management.Assessment.Checks.Check check, Microsoft.SqlServer.Management.Assessment.SqlObjectType targetType, string targetPath, string message);
new Microsoft.SqlServer.Management.Assessment.Configuration.AssessmentWarning : Microsoft.SqlServer.Management.Assessment.Checks.Check * Microsoft.SqlServer.Management.Assessment.SqlObjectType * string * string -> Microsoft.SqlServer.Management.Assessment.Configuration.AssessmentWarning
Public Sub New (check As Check, targetType As SqlObjectType, targetPath As String, message As String)

Parameters

check
Check
targetType
SqlObjectType
targetPath
String
message
String

Applies to