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


Конструктор FilterDescriptorStruct (UInt32, String, Boolean, Int32, String, FilterType, 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, _
    filterField As String, _
    filterType As FilterType, _
    methodId As UInteger, _
    partitionId As Guid _
)
'Применение
Dim id As UInteger
Dim name As String
Dim isCached As Boolean
Dim version As Integer
Dim filterField As String
Dim filterType As FilterType
Dim methodId As UInteger
Dim partitionId As Guid

Dim instance As New FilterDescriptorStruct(id, name, _
    isCached, version, filterField, filterType, _
    methodId, partitionId)
public FilterDescriptorStruct(
    uint id,
    string name,
    bool isCached,
    int version,
    string filterField,
    FilterType filterType,
    uint methodId,
    Guid partitionId
)

Параметры

  • id
    Тип: System.UInt32

    FilterDescriptor идентификатор (ID).

  • isCached
    Тип: System.Boolean

    true для кэширования; в противном случае — false.

  • methodId
    Тип: System.UInt32

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

  • partitionId
    Тип: System.Guid

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

См. также

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

FilterDescriptorStruct класс

Элементы FilterDescriptorStruct

Перегрузка FilterDescriptorStruct

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