返回一个Boolean值,该值指示查阅字段是否具有关系功能。
命名空间: Microsoft.SharePoint.Utilities
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Shared Function DoesFieldSupportIsRelationship ( _
fldLookup As SPFieldLookup _
) As Boolean
用法
Dim fldLookup As SPFieldLookup
Dim returnValue As Boolean
returnValue = SPUtility.DoesFieldSupportIsRelationship(fldLookup)
public static bool DoesFieldSupportIsRelationship(
SPFieldLookup fldLookup
)
参数
fldLookup
类型:Microsoft.SharePoint.SPFieldLookup查阅字段中。
返回值
类型:System.Boolean
true如果指定的域支持的 IsRelationship 属性 ;否则为false。