Share via


AssociationGroupStruct Constructor (UInt32, String, Boolean, Int32, UInt32, UInt32[], String[], String[], String , Guid)

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, _
    name As String, _
    isCached As Boolean, _
    version As Integer, _
    entityId As UInteger, _
    associationIds As UInteger(), _
    associationNames As String(), _
    associationEntityNames As String(), _
    associationEntityNamespaces As String(), _
    partitionId As Guid _
)
'Usage
Dim id As UInteger
Dim name As String
Dim isCached As Boolean
Dim version As Integer
Dim entityId As UInteger
Dim associationIds As UInteger()
Dim associationNames As String()
Dim associationEntityNames As String()
Dim associationEntityNamespaces As String()
Dim partitionId As Guid

Dim instance As New AssociationGroupStruct(id, name, _
    isCached, version, entityId, associationIds, _
    associationNames, associationEntityNames, _
    associationEntityNamespaces, partitionId)
public AssociationGroupStruct(
    uint id,
    string name,
    bool isCached,
    int version,
    uint entityId,
    uint[] associationIds,
    string[] associationNames,
    string[] associationEntityNames,
    string[] associationEntityNamespaces,
    Guid partitionId
)

Parameters

  • isCached
    Type: System.Boolean

    true if the name is cached; otherwise, false.

  • entityId
    Type: System.UInt32

    The ID of the external content type.

  • associationIds
    Type: []

    The IDs of the association.

  • associationNames
    Type: []

    The association names.

  • associationEntityNames
    Type: []

    The association names of the external content types.

  • associationEntityNamespaces
    Type: []

    The association namespaces of the external content types.

See Also

Reference

AssociationGroupStruct Class

AssociationGroupStruct Members

AssociationGroupStruct Overload

Microsoft.SharePoint.BusinessData.SharedService Namespace