MetadataObject, constructeur (Microsoft.Office.Server.ApplicationRegistry.Administration)
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 MetadataObject(id, name, isCached, version)
protected MetadataObject (
uint id,
string name,
bool isCached,
int version
)
Paramètres
- id
- name
The name of the metadata object.
- isCached
Determines whether the object should be cached or not. If false, the Business Data Catalog does not cache the metadata object in memory.
- version
A version number for the object. This is of type System.Version.
Voir aussi
Référence
MetadataObject, classe
Membres MetadataObject
Microsoft.Office.Server.ApplicationRegistry.Administration, espace de noms