Sprache

EngineConfig.GetChecks Methode

Definition

Überlädt

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)

Parameter

Gibt zurück

Gilt für:

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)

Parameter

checkIdsOrTags
IEnumerable<String>

Gibt zurück

Gilt für: