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.UInt32The association reference identifier (ID).
associationGroupId
Type: System.UInt32The association group ID.
associationGroupObjectVersion
Type: System.Int32The association group object version.
associationId
Type: System.UInt32The association ID.
_entityName
Type: System.StringThe name of the external content type.
_entityNamespace
Type: System.StringThe namespace of the external content type.
_associationName
Type: System.StringThe name of the association.
isReverse
Type: System.Booleantrue if the reference could be reversed; otherwise, false.
partitionId
Type: System.GuidThe partition identifier (ID).
See Also
Reference
AssociationReferenceStruct Class