データ パラメーターを記述するプロパティを公開します。
名前空間: Microsoft.VisualStudio.Data.Services.SupportEntities
アセンブリ: Microsoft.VisualStudio.Data.Services (Microsoft.VisualStudio.Data.Services.dll 内)
構文
'宣言
Public Interface IVsDataParameterDescriptor
public interface IVsDataParameterDescriptor
public interface class IVsDataParameterDescriptor
type IVsDataParameterDescriptor = interface end
public interface IVsDataParameterDescriptor
IVsDataParameterDescriptor 型で公開されるメンバーは以下のとおりです。
プロパティ
| 名前 | 説明 | |
|---|---|---|
![]() |
IsDerived | このデータ パラメーターがコマンドから派生したかどうかを示す値を取得します。 |
![]() |
IsNullable | このデータ パラメーターが nullnull 参照 (Visual Basic では Nothing) の値を含むことができるかどうかを示す値を取得します。 |
![]() |
IsOptional | このデータ パラメーターが省略可能なパラメーターであるかどうかを示す値を取得します。 |
このページのトップへ
.gif)