EngineConfig.GetChecks Method

Definition

Overloads

GetChecks(ISqlObjectLocator)
GetChecks(ISqlObjectLocator, IEnumerable<String>)

GetChecks(ISqlObjectLocator)

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

Parameters

Returns

Applies to

GetChecks(ISqlObjectLocator, IEnumerable<String>)

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

Parameters

checkIdsOrTags
IEnumerable<String>

Returns

Applies to