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


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

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

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

Синтаксис

'Декларация
Public Sub New ( _
    throttleScope As ThrottleScope, _
    throttleType As ThrottleType, _
    maxLimit As Integer, _
    defaultLimit As Integer, _
    enabled As Boolean, _
    proxyId As Guid _
)
'Применение
Dim throttleScope As ThrottleScope
Dim throttleType As ThrottleType
Dim maxLimit As Integer
Dim defaultLimit As Integer
Dim enabled As Boolean
Dim proxyId As Guid

Dim instance As New SafetyNetStruct(throttleScope, _
    throttleType, maxLimit, defaultLimit, _
    enabled, proxyId)
public SafetyNetStruct(
    ThrottleScope throttleScope,
    ThrottleType throttleType,
    int maxLimit,
    int defaultLimit,
    bool enabled,
    Guid proxyId
)

Параметры

  • maxLimit
    Тип: System.Int32

    Максимальный предел.

  • defaultLimit
    Тип: System.Int32

    Ограничение по умолчанию.

  • enabled
    Тип: System.Boolean

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

  • proxyId
    Тип: System.Guid

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

См. также

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

SafetyNetStruct класс

Элементы SafetyNetStruct

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