Aracılığıyla paylaş


LobSystemInstanceStruct Constructor (UInt32, String, Boolean, Int32, UInt32, Guid)

Initializes a new instance of the LobSystemInstanceStruct class with the specified external system instance.

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, _
    lobSystemId As UInteger, _
    partitionId As Guid _
)
'Usage
Dim id As UInteger
Dim name As String
Dim isCached As Boolean
Dim version As Integer
Dim lobSystemId As UInteger
Dim partitionId As Guid

Dim instance As New LobSystemInstanceStruct(id, name, _
    isCached, version, lobSystemId, partitionId)
public LobSystemInstanceStruct(
    uint id,
    string name,
    bool isCached,
    int version,
    uint lobSystemId,
    Guid partitionId
)

Parameters

  • isCached
    Type: System.Boolean

    true to cache the instance; otherwise, false.

  • partitionId
    Type: System.Guid

    The ID of the partition in the metadata store.

See Also

Reference

LobSystemInstanceStruct Class

LobSystemInstanceStruct Members

LobSystemInstanceStruct Overload

Microsoft.SharePoint.BusinessData.SharedService Namespace