SPGetCmdletBase<TCmdletObject>.ParseLimit 方法

在结果集中,设置对象的上限,具体体现在ResultSize属性

命名空间:  Microsoft.SharePoint.PowerShell
程序集:  Microsoft.SharePoint.PowerShell(位于 Microsoft.SharePoint.PowerShell.dll 中)

语法

声明
Protected Function ParseLimit ( _
    limit As String _
) As UInteger
用法
Dim limit As String
Dim returnValue As UInteger

returnValue = Me.ParseLimit(limit)
protected uint ParseLimit(
    string limit
)

参数

  • limit
    类型:System.String

    在结果集中指定的对象的上限值的字符串。如果指定"全部",则该方法返回最大值。

返回值

类型:System.UInt32
返回UInt32在结果集中指定的对象的上限值。

另请参阅

引用

SPGetCmdletBase<TCmdletObject> 类

SPGetCmdletBase<TCmdletObject> 成员

Microsoft.SharePoint.PowerShell 命名空间