共用方式為


IVsDataParameter.Type 屬性

當由類別實作時,取得或設定資料來源參數的特定型別。

命名空間:  Microsoft.VisualStudio.Data.Services.SupportEntities
組件:  Microsoft.VisualStudio.Data.Services (在 Microsoft.VisualStudio.Data.Services.dll 中)

語法

'宣告
Property Type As String
string Type { get; set; }
property String^ Type {
    String^ get ();
    void set (String^ value);
}
abstract Type : string with get, set
function get Type () : String 
function set Type (value : String)

屬性值

類型:String
參數的特定資料來源的型別。

.NET Framework 安全性

請參閱

參考

IVsDataParameter 介面

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