Engine.GetChecks Method

Definition

Overloads

GetChecks(ISqlObjectLocator)
GetChecks(ISqlObjectLocator, String[])

GetChecks(ISqlObjectLocator)

public System.Collections.Generic.IEnumerable<Microsoft.SqlServer.Management.Assessment.Checks.ICheck> GetChecks (Microsoft.SqlServer.Management.Assessment.ISqlObjectLocator target);
member this.GetChecks : Microsoft.SqlServer.Management.Assessment.ISqlObjectLocator -> seq<Microsoft.SqlServer.Management.Assessment.Checks.ICheck>
Public Function GetChecks (target As ISqlObjectLocator) As IEnumerable(Of ICheck)

Parameters

Returns

Applies to

GetChecks(ISqlObjectLocator, String[])

public System.Collections.Generic.IEnumerable<Microsoft.SqlServer.Management.Assessment.Checks.ICheck> GetChecks (Microsoft.SqlServer.Management.Assessment.ISqlObjectLocator target, string[] checkNamesOrTags);
member this.GetChecks : Microsoft.SqlServer.Management.Assessment.ISqlObjectLocator * string[] -> seq<Microsoft.SqlServer.Management.Assessment.Checks.ICheck>
Public Function GetChecks (target As ISqlObjectLocator, checkNamesOrTags As String()) As IEnumerable(Of ICheck)

Parameters

checkNamesOrTags
String[]

Returns

Applies to