Freigeben über


ServiceOperationParameter-Konstruktor

Erstellt eine neue Instanz von ServiceOperationParameter.

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

Syntax

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

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

Parameter

Siehe auch

Verweis

ServiceOperationParameter Klasse

System.Data.Services.Providers-Namespace