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)
屬性值
類型:String
傳回參數的特定資料來源的型別。
實作
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。