Freigeben über


OperationParameter-Konstruktor

Initialisiert einen neuen OperationParameter.

Namespace:  System.Data.Services.Providers
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Syntax

'Declaration
Protected Friend Sub New ( _
    name As String, _
    parameterType As ResourceType _
)
'Usage
Dim name As String
Dim parameterType As ResourceType

Dim instance As New OperationParameter(name, parameterType)
protected internal OperationParameter(
    string name,
    ResourceType parameterType
)
protected public:
OperationParameter(
    String^ name, 
    ResourceType^ parameterType
)
new : 
        name:string * 
        parameterType:ResourceType -> OperationParameter
 function OperationParameter(
    name : String, 
    parameterType : ResourceType
)

Parameter

Siehe auch

Verweis

OperationParameter Klasse

System.Data.Services.Providers-Namespace