2つのパラメータとが@AccountID
あり@SourceType
、どちらもドロップダウンです。
@SourceType
ストアドプロシージャでのパラメータの宣言は次のとおりです。
@SourceType BIT = NULL,
/*
* Works if @AccountID is not null
* (should only be used if @AccountID has a single value)
*
* 0 - Owned by @AccountID
* 1 - External (not owned by @AccountID)
*/
AccountIDに単一の値がある場合にのみ選択可能である必要があります(そして、それは約50のオプションを持つ複数選択です)。