Lenguaje

Engine.GetChecks Método

Definición

Sobrecargas

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)

Parámetros

Devoluciones

Se aplica a

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)

Parámetros

checkNamesOrTags
String[]

Devoluciones

Se aplica a