Freigeben über


SPHealthAnalysisRuleInstance.Lookup-Methode (String)

Hier finden Sie eine neue Instanz des der SPHealthAnalysisRuleInstancePinpBind mit dem angegebenen Namen.

Namespace:  Microsoft.SharePoint.Administration.Health
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Shared Function Lookup ( _
    name As String _
) As List(Of SPHealthAnalysisRuleInstance)
'Usage
Dim name As String
Dim returnValue As List(Of SPHealthAnalysisRuleInstance)

returnValue = SPHealthAnalysisRuleInstance.Lookup(name)
public static List<SPHealthAnalysisRuleInstance> Lookup(
    string name
)

Parameter

  • name
    Typ: System.String

    Der Typ der Registrierung der Integritätsanalyse Regel.

Rückgabewert

Typ: System.Collections.Generic.List<SPHealthAnalysisRuleInstance>
Die Instanz mit den entsprechenden Namen ein.

Siehe auch

Referenz

SPHealthAnalysisRuleInstance Klasse

SPHealthAnalysisRuleInstance-Member

Lookup-Überladung

Microsoft.SharePoint.Administration.Health-Namespace