Share via


AssociationReferenceStruct constructor

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, _
    associationGroupId As UInteger, _
    associationGroupObjectVersion As Integer, _
    associationId As UInteger, _
    _entityName As String, _
    _entityNamespace As String, _
    _associationName As String, _
    isReverse As Boolean, _
    partitionId As Guid _
)
'Usage
Dim id As UInteger
Dim associationGroupId As UInteger
Dim associationGroupObjectVersion As Integer
Dim associationId As UInteger
Dim _entityName As String
Dim _entityNamespace As String
Dim _associationName As String
Dim isReverse As Boolean
Dim partitionId As Guid

Dim instance As New AssociationReferenceStruct(id, associationGroupId, _
    associationGroupObjectVersion, _
    associationId, _entityName, _entityNamespace, _
    _associationName, isReverse, partitionId)
public AssociationReferenceStruct(
    uint id,
    uint associationGroupId,
    int associationGroupObjectVersion,
    uint associationId,
    string _entityName,
    string _entityNamespace,
    string _associationName,
    bool isReverse,
    Guid partitionId
)

Parameters

  • id
    Type: System.UInt32

    The association reference identifier (ID).

  • associationGroupId
    Type: System.UInt32

    The association group ID.

  • associationGroupObjectVersion
    Type: System.Int32

    The association group object version.

  • _entityName
    Type: System.String

    The name of the external content type.

  • _entityNamespace
    Type: System.String

    The namespace of the external content type.

  • _associationName
    Type: System.String

    The name of the association.

  • isReverse
    Type: System.Boolean

    true if the reference could be reversed; otherwise, false.

  • partitionId
    Type: System.Guid

    The partition identifier (ID).

See also

Reference

AssociationReferenceStruct class

AssociationReferenceStruct members

Microsoft.SharePoint.BusinessData.SharedService namespace