MetadataObject constructor
Initializes a new instance of the class.
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Sub New ( _
id As UInteger, _
name As String, _
isCached As Boolean, _
version As Integer, _
metadataCatalog As AdministrationMetadataCatalog _
)
'Usage
Dim id As UInteger
Dim name As String
Dim isCached As Boolean
Dim version As Integer
Dim metadataCatalog As AdministrationMetadataCatalog
Dim instance As New MetadataObject(id, name, _
isCached, version, metadataCatalog)
protected MetadataObject(
uint id,
string name,
bool isCached,
int version,
AdministrationMetadataCatalog metadataCatalog
)
Parameters
id
Type: System.UInt32The MetadataObject identifier (ID).
name
Type: System.StringThe name of the MetadataObject.
isCached
Type: System.Booleantrue if the MetadataObject is to be cached; otherwise, false.
version
Type: System.Int32The version of the MetadataObject.
metadataCatalog
Type: Microsoft.SharePoint.BusinessData.Administration.AdministrationMetadataCatalogThe metadata store.