次の方法で共有


OperationParameter コンストラクター

新しい OperationParameter を初期化します。

名前空間:  System.Data.Services.Providers
アセンブリ:  Microsoft.Data.Services (Microsoft.Data.Services.dll)

構文

'宣言
Protected Friend Sub New ( _
    name As String, _
    parameterType As ResourceType _
)
'使用
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
)

パラメーター

関連項目

参照

OperationParameter クラス

System.Data.Services.Providers 名前空間