EngineConfig.GetChecks Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
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)
Parametri
- target
- ISqlObjectLocator
Valori restituiti
Si applica a
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)
Parametri
- target
- ISqlObjectLocator
- checkIdsOrTags
- IEnumerable<String>