Partilhar via


AssociationMemberStruct Constructor

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 ( _
    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 association identifier (ID).

  • _entityNamespace
    Type: System.String

    The External Content Type name.

See Also

Reference

AssociationMemberStruct Class

AssociationMemberStruct Members

Microsoft.SharePoint.BusinessData.Administration.Client Namespace