Engine.GetChecks Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- target
- ISqlObjectLocator
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
- target
- ISqlObjectLocator
- checkNamesOrTags
- String[]