LobSystemStruct Constructor (UInt32, String, Boolean, Int32, SystemType, Guid)
Initializes a new instance of the class.
Namespace: Microsoft.SharePoint.BusinessData.SharedService
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
id As UInteger, _
name As String, _
isCached As Boolean, _
version As Integer, _
systemType As SystemType, _
partitionId As Guid _
)
'Usage
Dim id As UInteger
Dim name As String
Dim isCached As Boolean
Dim version As Integer
Dim systemType As SystemType
Dim partitionId As Guid
Dim instance As New LobSystemStruct(id, name, _
isCached, version, systemType, partitionId)
public LobSystemStruct(
uint id,
string name,
bool isCached,
int version,
SystemType systemType,
Guid partitionId
)
Parameters
id
Type: System.UInt32The identifier of the class instance.
name
Type: System.StringThe name of the class instance.
isCached
Type: System.Booleantrue to cache the instance; otherwise, false.
version
Type: System.Int32The version.
systemType
Type: Microsoft.BusinessData.MetadataModel.SystemTypeThe system type.
partitionId
Type: System.GuidThe partition ID.