Поделиться через


Конструктор AssociationReferenceStruct

Инициализирует новый экземпляр класса.

Пространство имен:  Microsoft.SharePoint.BusinessData.SharedService
Сборка:  Microsoft.SharePoint (в Microsoft.SharePoint.dll)

Синтаксис

'Декларация
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 _
)
'Применение
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
)

Параметры

  • id
    Тип: System.UInt32

    Ссылка связи идентификатор (ID).

  • associationGroupId
    Тип: System.UInt32

    Идентификатор группы связи

  • associationGroupObjectVersion
    Тип: System.Int32

    Версия объекта группы связи.

  • associationId
    Тип: System.UInt32

    Идентификатор связи.

  • _associationName
    Тип: System.String

    Имя ассоциации.

  • isReverse
    Тип: System.Boolean

    true , если ссылка может быть отменено; в противном случае — false.

  • partitionId
    Тип: System.Guid

    Раздел идентификатор (ID).

См. также

Справочные материалы

AssociationReferenceStruct класс

Элементы AssociationReferenceStruct

Пространство имен Microsoft.SharePoint.BusinessData.SharedService