AssociationGroupStruct Constructor (UInt32, String, Boolean, Int32, UInt32, UInt32[], String[], String[], String , Guid)
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 ( _
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 group identifier (ID).
name
Type: System.StringThe group name.
isCached
Type: System.Booleantrue if the structure is to be cached; otherwise, false.
version
Type: System.Int32The group version number.
entityId
Type: System.UInt32The external content type ID number.
associationIds
Type: []The list of association ID numbers.
associationNames
Type: []The list of association names.
associationEntityNames
Type: []The list of external content type names.
associationEntityNamespaces
Type: []The list of external content type namespaces.
partitionId
Type: System.GuidThe ID number of partition.
See Also
Reference
AssociationGroupStruct Members
AssociationGroupStruct Overload
Microsoft.SharePoint.BusinessData.Administration.Client Namespace