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
id
Type: System.UInt32The association group identifier (ID).
name
Type: System.StringThe association group name.
isCached
Type: System.Booleantrue if the name is cached; otherwise, false.
version
Type: System.Int32The version of the group.
entityId
Type: System.UInt32The 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.
partitionId
Type: System.GuidThe partition ID.
See Also
Reference
AssociationGroupStruct Members