Конструктор ParameterStruct (UInt32, String, Boolean, Int32, Byte, DirectionType, UInt32, 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, _
ordinalNumber As Byte, _
direction As DirectionType, _
methodId As UInteger, _
rootTypeDescriptorId As UInteger, _
partitionId As Guid _
)
'Применение
Dim id As UInteger
Dim name As String
Dim isCached As Boolean
Dim version As Integer
Dim ordinalNumber As Byte
Dim direction As DirectionType
Dim methodId As UInteger
Dim rootTypeDescriptorId As UInteger
Dim partitionId As Guid
Dim instance As New ParameterStruct(id, name, _
isCached, version, ordinalNumber, _
direction, methodId, rootTypeDescriptorId, _
partitionId)
public ParameterStruct(
uint id,
string name,
bool isCached,
int version,
byte ordinalNumber,
DirectionType direction,
uint methodId,
uint rootTypeDescriptorId,
Guid partitionId
)
Параметры
id
Тип: System.UInt32Свойство идентификатора.
name
Тип: System.StringСвойство name.
isCached
Тип: System.Booleantrue , если объект должен быть помещен в кэш; в противном случае — false.
version
Тип: System.Int32Свойство version.
ordinalNumber
Тип: System.ByteПорядковый номер свойства.
direction
Тип: Microsoft.BusinessData.MetadataModel.DirectionTypeСвойство direction.
methodId
Тип: System.UInt32Свойство идентификатора метода.
rootTypeDescriptorId
Тип: System.UInt32Свойства дескриптора корневого типа.
partitionId
Тип: System.GuidСвойство идентификатора секции.
См. также
Справочные материалы
Пространство имен Microsoft.SharePoint.BusinessData.SharedService