IVsDataParameterDescriptor インターフェイス

データ パラメーターを記述するプロパティを公開します。

名前空間:  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 このデータ パラメーターが省略可能なパラメーターであるかどうかを示す値を取得します。

このページのトップへ

参照

関連項目

Microsoft.VisualStudio.Data.Services.SupportEntities 名前空間