: MetadataObject (Constructor) (Microsoft.Office.Server.ApplicationRegistry.Administration)
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
Protected Sub New ( _
id As UInteger, _
name As String, _
isCached As Boolean, _
version As Integer _
)
'Uso
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
)
Parámetros
- 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.
Vea también
Referencia
MetadataObject (Clase)
MetadataObject (Miembros)
Microsoft.Office.Server.ApplicationRegistry.Administration (Espacio de nombres)