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.UInt32The association identifier (ID).
entityId
Type: System.UInt32The External Content Type ID.
role
Type: System.ByteThe role of the member.
_entityName
Type: System.StringThe role of the member.
_entityNamespace
Type: System.StringThe External Content Type name.
partitionId
Type: System.GuidThe partition ID.
See Also
Reference
AssociationMemberStruct Members
Microsoft.SharePoint.BusinessData.Administration.Client Namespace