DataParameter.Type プロパティ

データ ソースのパラメーターを特定の型を取得または設定します。

名前空間:  Microsoft.VisualStudio.Data.Framework
アセンブリ:  Microsoft.VisualStudio.Data.Framework (Microsoft.VisualStudio.Data.Framework.dll 内)

構文

'宣言
Public Property Type As String
public string Type { get; set; }
public:
virtual property String^ Type {
    String^ get () sealed;
    void set (String^ value) sealed;
}
abstract Type : string with get, set
override Type : string with get, set
final function get Type () : String
final function set Type (value : String)

プロパティ値

型 : System.String
パラメーターのデータ ソースの特定の型を返します。

実装

IVsDataParameter.Type

.NET Framework セキュリティ

  • 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

関連項目

DataParameter クラス

Microsoft.VisualStudio.Data.Framework 名前空間

SetTypeCore