AccessControlledMetadataObject, constructeur (Microsoft.Office.Server.ApplicationRegistry.Administration)
This constructor supports the MOSS infrastructure and is not intended to be used directly from your code.
Espace de noms : Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
Protected Sub New ( _
id As UInteger, _
name As String, _
isCached As Boolean, _
version As Integer _
)
'Utilisation
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
)
Paramètres
- id
The ID of the metadata object.
- name
The name of the metadata object.
- isCached
true if cached; otherwise, false.
- version
A version number.
Remarques
This class cannot be instantiated.
Voir aussi
Référence
AccessControlledMetadataObject, classe
Membres AccessControlledMetadataObject
Microsoft.Office.Server.ApplicationRegistry.Administration, espace de noms