DataParameter.Type プロパティ

を取得または設定パラメーター データ ソース固有の型。

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

構文

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

プロパティ値

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

.NET Framework セキュリティ

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

参照

関連項目

DataParameter クラス

Microsoft.VisualStudio.Data 名前空間

SetTypeImpl