操作のパラメーター バインディングのさまざまな種類を分類するための列挙体。
名前空間: 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 | サービス アクションの最初のパラメーターがバインディング パラメーターであり、バインディング パラメーターの種類のすべてのインスタンスをそのサービス アクションにバインドする必要がある場合に使用されます。 |