Конструктор 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Идентификатор связи.
_entityName
Тип: System.StringString
_entityNamespace
Тип: System.StringString
_associationName
Тип: System.StringИмя ассоциации.
isReverse
Тип: System.Booleantrue , если ссылка может быть отменено; в противном случае — false.
partitionId
Тип: System.GuidРаздел идентификатор (ID).
См. также
Справочные материалы
AssociationReferenceStruct класс
Элементы AssociationReferenceStruct
Пространство имен Microsoft.SharePoint.BusinessData.SharedService