AssociationReferenceStruct - Constructeur
Initialise une nouvelle instance de la classe.
Espace de noms : Microsoft.SharePoint.BusinessData.SharedService
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
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 _
)
'Utilisation
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
)
Paramètres
id
Type : System.UInt32L'identificateur de référence d'association (ID).
associationGroupId
Type : System.UInt32L'ID de groupe d'association.
associationGroupObjectVersion
Type : System.Int32La version de l'objet groupe association.
associationId
Type : System.UInt32L'ID de l'association.
_entityName
Type : System.StringNom du type de contenu externe.
_entityNamespace
Type : System.StringEspace de noms du type de contenu externe.
_associationName
Type : System.StringNom de l'association.
isReverse
Type : System.Booleantrue si la référence peut être rétablie ; dans le cas contraire, false.
partitionId
Type : System.GuidL'identificateur (ID) de partition.
Voir aussi
Référence
AssociationReferenceStruct classe
AssociationReferenceStruct - Membres
Microsoft.SharePoint.BusinessData.SharedService - Espace de noms