Partager via


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.UInt32

    L'identificateur (ID) de l'association.

  • role
    Type : System.Byte

    Le rôle du membre (source ou destination).

  • _entityName
    Type : System.String

    Le nom de type de contenu externe.

  • _entityNamespace
    Type : System.String

    L'espace de noms du type de contenu externe.

Voir aussi

Référence

AssociationMemberStruct classe

AssociationMemberStruct - Membres

Microsoft.SharePoint.BusinessData.SharedService - Espace de noms