ParameterStruct Constructor (UInt32, String, Boolean, Int32, Byte, DirectionType, UInt32, UInt32, Guid)
Initializes a new instance of the class.
Namespace: Microsoft.SharePoint.BusinessData.Administration.Client
Assembly: Microsoft.SharePoint.BusinessData.Administration.Client (in Microsoft.SharePoint.BusinessData.Administration.Client.dll)
Syntax
'Declaration
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 _
)
'Usage
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
)
Parameters
id
Type: System.UInt32The identifier of the parameter.
name
Type: System.StringThe name of the parameter.
isCached
Type: System.Booleantrue if the object is to be cached; otherwise, false.
version
Type: System.Int32The version of the parameter.
ordinalNumber
Type: System.ByteThe ordinal number of the parameter.
direction
Type: Microsoft.BusinessData.MetadataModel.DirectionTypeThe direction of the parameter.
methodId
Type: System.UInt32The method identifier of the parameter.
rootTypeDescriptorId
Type: System.UInt32The root type descriptor of the parameter.
partitionId
Type: System.GuidThe partition identifier of the parameter.
See Also
Reference
Microsoft.SharePoint.BusinessData.Administration.Client Namespace