IdentifierStruct Constructor (UInt32, String, Boolean, Int32, String, Byte, UInt32, Guid)

Initializes a new instance of the class.

Namespace:  Microsoft.SharePoint.BusinessData.Administration.Client
Assembly:  Microsoft.SharePoint.BusinessData.Administration.Client (in Microsoft.SharePoint.BusinessData.Administration.Client.dll)

Syntax

'Declaration
Public Sub New ( _
    id As UInteger, _
    name As String, _
    isCached As Boolean, _
    version As Integer, _
    typeName As String, _
    ordinalNumber As Byte, _
    entityId As UInteger, _
    partitionId As Guid _
)
'Usage
Dim id As UInteger
Dim name As String
Dim isCached As Boolean
Dim version As Integer
Dim typeName As String
Dim ordinalNumber As Byte
Dim entityId As UInteger
Dim partitionId As Guid

Dim instance As New IdentifierStruct(id, name, _
    isCached, version, typeName, ordinalNumber, _
    entityId, partitionId)
public IdentifierStruct(
    uint id,
    string name,
    bool isCached,
    int version,
    string typeName,
    byte ordinalNumber,
    uint entityId,
    Guid partitionId
)

Parameters

  • isCached
    Type: System.Boolean

    true if the object is to be cached; otherwise, false.

  • entityId
    Type: System.UInt32

    The MetadataObjectId of the External Content Type that contains this Identifier.

  • partitionId
    Type: System.Guid

    The partition identifier.

See Also

Reference

IdentifierStruct Class

IdentifierStruct Members

IdentifierStruct Overload

Microsoft.SharePoint.BusinessData.Administration.Client Namespace