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)

属性值

类型:System.String
参数的数据源特定类型。

.NET Framework 安全性

请参见

参考

IVsDataParameter 接口

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