Конструктор MethodInstanceStruct (UInt32, String, Boolean, Int32, MethodInstanceType, Boolean, 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, _
methodInstanceType As MethodInstanceType, _
isDefault As Boolean, _
methodId As UInteger, _
returnTypeDescriptorId 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 partitionId As Guid
Dim instance As New MethodInstanceStruct(id, name, _
isCached, version, methodInstanceType, _
isDefault, methodId, returnTypeDescriptorId, _
partitionId)
public MethodInstanceStruct(
uint id,
string name,
bool isCached,
int version,
MethodInstanceType methodInstanceType,
bool isDefault,
uint methodId,
uint returnTypeDescriptorId,
Guid partitionId
)
Параметры
id
Тип: System.UInt32Идентификатор (ID).
name
Тип: System.StringИмя.
isCached
Тип: System.Booleantrue Если новые экземпляры класса должен быть помещен в кэш; в противном случае — false.
version
Тип: System.Int32Версия.
methodInstanceType
Тип: Microsoft.BusinessData.MetadataModel.MethodInstanceTypeТип MethodInstance .
isDefault
Тип: System.Booleantrue Если экземпляр для использования по умолчанию; в противном случае — false.
methodId
Тип: System.UInt32Идентификатор метода.
returnTypeDescriptorId
Тип: System.UInt32Код возврата TypeDescriptor .
partitionId
Тип: System.GuidИдентификатор раздела.
См. также
Справочные материалы
Перегрузка MethodInstanceStruct
Пространство имен Microsoft.SharePoint.BusinessData.SharedService