AccessControlledMetadataObject 构造函数 (Microsoft.Office.Server.ApplicationRegistry.Administration)

This constructor supports the MOSS infrastructure and is not intended to be used directly from your code.

命名空间: Microsoft.Office.Server.ApplicationRegistry.Administration
程序集: Microsoft.SharePoint.Portal (在 microsoft.sharepoint.portal.dll 中)

语法

声明
Protected Sub New ( _
    id As UInteger, _
    name As String, _
    isCached As Boolean, _
    version As Integer _
)
用法
Dim id As UInteger
Dim name As String
Dim isCached As Boolean
Dim version As Integer

Dim instance As New AccessControlledMetadataObject(id, name, isCached, version)
protected AccessControlledMetadataObject (
    uint id,
    string name,
    bool isCached,
    int version
)

参数

  • id
    The ID of the metadata object.
  • name
    The name of the metadata object.
  • isCached
    true if cached; otherwise, false.
  • version
    A version number.

备注

This class cannot be instantiated.

另请参阅

参考

AccessControlledMetadataObject 类
AccessControlledMetadataObject 成员
Microsoft.Office.Server.ApplicationRegistry.Administration 命名空间