Share via


AssociationMemberStruct 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 ( _
    associationId As UInteger, _
    entityId As UInteger, _
    role As Byte, _
    _entityName As String, _
    _entityNamespace As String, _
    partitionId As Guid _
)
'Usage
Dim associationId As UInteger
Dim entityId As UInteger
Dim role As Byte
Dim _entityName As String
Dim _entityNamespace As String
Dim partitionId As Guid

Dim instance As New AssociationMemberStruct(associationId, _
    entityId, role, _entityName, _entityNamespace, _
    partitionId)
public AssociationMemberStruct(
    uint associationId,
    uint entityId,
    byte role,
    string _entityName,
    string _entityNamespace,
    Guid partitionId
)

Parameters

  • associationId
    Type: System.UInt32

    The identifier (ID) of the association.

  • entityId
    Type: System.UInt32

    The ID of the external content type.

  • role
    Type: System.Byte

    The role of the member (source or destination).

  • _entityName
    Type: System.String

    The external content type name.

  • _entityNamespace
    Type: System.String

    The external content type namespace.

See Also

Reference

AssociationMemberStruct Class

AssociationMemberStruct Members

Microsoft.SharePoint.BusinessData.SharedService Namespace