Compartilhar via


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

  • isCached
    Type: System.Boolean

    true if the object is to be cached; otherwise, false.

  • ordinalNumber
    Type: System.Byte

    The ordinal number of the parameter.

  • methodId
    Type: System.UInt32

    The method identifier of the parameter.

  • rootTypeDescriptorId
    Type: System.UInt32

    The root type descriptor of the parameter.

  • partitionId
    Type: System.Guid

    The partition identifier of the parameter.

See Also

Reference

ParameterStruct Class

ParameterStruct Members

ParameterStruct Overload

Microsoft.SharePoint.BusinessData.Administration.Client Namespace