Freigeben über


SPUtility.DoesFieldSupportIsRelationship-Methode

Gibt einen Boolean -Wert, der angibt, ob ein Nachschlagefeld Beziehung Features verfügt.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Shared Function DoesFieldSupportIsRelationship ( _
    fldLookup As SPFieldLookup _
) As Boolean
'Usage
Dim fldLookup As SPFieldLookup
Dim returnValue As Boolean

returnValue = SPUtility.DoesFieldSupportIsRelationship(fldLookup)
public static bool DoesFieldSupportIsRelationship(
    SPFieldLookup fldLookup
)

Parameter

Rückgabewert

Typ: System.Boolean
true , wenn das angegebene Feld das IsRelationship-Attribut unterstützt; andernfalls false.

Siehe auch

Referenz

SPUtility Klasse

SPUtility-Member

Microsoft.SharePoint.Utilities-Namespace