AssociationMemberStruct - 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 ( _
associationId As UInteger, _
entityId As UInteger, _
role As Byte, _
_entityName As String, _
_entityNamespace As String, _
partitionId As Guid _
)
'Utilisation
Dim associationId As UInteger
Dim entityId As UInteger
Dim role As Byte
Dim _entityName As String
Dim _entityNamespace As String
Dim partitionId As Guid
Dim instance As New AssociationMemberStruct(associationId, _
entityId, role, _entityName, _entityNamespace, _
partitionId)
public AssociationMemberStruct(
uint associationId,
uint entityId,
byte role,
string _entityName,
string _entityNamespace,
Guid partitionId
)
Paramètres
associationId
Type : System.UInt32L'identificateur (ID) de l'association.
entityId
Type : System.UInt32ID du type de contenu externe.
role
Type : System.ByteLe rôle du membre (source ou destination).
_entityName
Type : System.StringLe nom de type de contenu externe.
_entityNamespace
Type : System.StringL'espace de noms du type de contenu externe.
partitionId
Type : System.GuidL'ID de partition.
Voir aussi
Référence
AssociationMemberStruct classe
AssociationMemberStruct - Membres
Microsoft.SharePoint.BusinessData.SharedService - Espace de noms