次の方法で共有


OperationParameterBindingKind 列挙体

操作のパラメーター バインディングのさまざまな種類を分類するための列挙体。

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

構文

'宣言
Public Enumeration OperationParameterBindingKind
'使用
Dim instance As OperationParameterBindingKind
public enum OperationParameterBindingKind
public enum class OperationParameterBindingKind
type OperationParameterBindingKind
public enum OperationParameterBindingKind

メンバー

メンバー名 説明
Never サービス アクションの最初のパラメーターがバインディング パラメーターでない場合に使用されます。

Sometimes サービス アクションの最初のパラメーターがバインディング パラメーターであり、バインディング パラメーターの種類の一部またはすべてのインスタンスをそのサービス アクションにバインドできる場合に使用されます。

Always サービス アクションの最初のパラメーターがバインディング パラメーターであり、バインディング パラメーターの種類のすべてのインスタンスをそのサービス アクションにバインドする必要がある場合に使用されます。

関連項目

参照

System.Data.Services.Providers 名前空間