共用方式為


IVsDataParameter.Name 屬性

當由類別實作時,取得或設定目前參數的字串常值名稱。

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

語法

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

屬性值

類型:String
參數的名稱。

.NET Framework 安全性

請參閱

參考

IVsDataParameter 介面

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