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


Конструктор AssociationStruct (UInt32, String, Boolean, Int32, MethodInstanceType, Boolean, UInt32, UInt32, String[], String[], String, String, UInt32, Guid)

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

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

Синтаксис

'Декларация
Public Sub New ( _
    id As UInteger, _
    name As String, _
    isCached As Boolean, _
    version As Integer, _
    methodInstanceType As MethodInstanceType, _
    isDefault As Boolean, _
    methodId As UInteger, _
    returnTypeDescriptorId As UInteger, _
    sourceEntityNames As String(), _
    sourceEntityNamespaces As String(), _
    destinationEntityName As String, _
    destinationEntityNamespace As String, _
    associationGroupId As UInteger, _
    partitionId As Guid _
)
'Применение
Dim id As UInteger
Dim name As String
Dim isCached As Boolean
Dim version As Integer
Dim methodInstanceType As MethodInstanceType
Dim isDefault As Boolean
Dim methodId As UInteger
Dim returnTypeDescriptorId As UInteger
Dim sourceEntityNames As String()
Dim sourceEntityNamespaces As String()
Dim destinationEntityName As String
Dim destinationEntityNamespace As String
Dim associationGroupId As UInteger
Dim partitionId As Guid

Dim instance As New AssociationStruct(id, name, _
    isCached, version, methodInstanceType, _
    isDefault, methodId, returnTypeDescriptorId, _
    sourceEntityNames, sourceEntityNamespaces, _
    destinationEntityName, destinationEntityNamespace, _
    associationGroupId, partitionId)
public AssociationStruct(
    uint id,
    string name,
    bool isCached,
    int version,
    MethodInstanceType methodInstanceType,
    bool isDefault,
    uint methodId,
    uint returnTypeDescriptorId,
    string[] sourceEntityNames,
    string[] sourceEntityNamespaces,
    string destinationEntityName,
    string destinationEntityNamespace,
    uint associationGroupId,
    Guid partitionId
)

Параметры

  • id
    Тип: System.UInt32

    Идентификатор объекта.

  • isCached
    Тип: System.Boolean

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

  • isDefault
    Тип: System.Boolean

    true , если объект по умолчанию. в противном случае — false.

  • methodId
    Тип: System.UInt32

    Идентификатор метода.

  • returnTypeDescriptorId
    Тип: System.UInt32

    Идентификатор возвращаемого TypeDescriptor.

  • sourceEntityNames
    Тип: []

    Массив имен исходного внешнего типа контента.

  • sourceEntityNamespaces
    Тип: []

    Массив пространств имен исходного внешнего типа контента.

  • destinationEntityName
    Тип: System.String

    Имя конечного внешнего типа контента.

  • destinationEntityNamespace
    Тип: System.String

    Пространство имен внешнего типа контента назначения.

  • associationGroupId
    Тип: System.UInt32

    Идентификатор AssociationGroup.

  • partitionId
    Тип: System.Guid

    Идентификатор секции.

См. также

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

AssociationStruct класс

Элементы AssociationStruct

Перегрузка AssociationStruct

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