Compartilhar via


Propriedade IVsDataParameter.Type

Quando implementado por uma classe, obtém ou define o tipo específico fonte de dados do parâmetro.

Namespace:  Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly:  Microsoft.VisualStudio.Data.Services (em Microsoft.VisualStudio.Data.Services.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.String
O tipo específico fonte de dados do parâmetro.

Segurança do .NET Framework

Consulte também

Referência

IVsDataParameter Interface

Namespace Microsoft.VisualStudio.Data.Services.SupportEntities