Sdílet prostřednictvím


IVsDataParameter.Type – vlastnost

Při provádění třídou získá nebo nastaví datový typ parametru source–specific.

Obor názvů:  Microsoft.VisualStudio.Data.Services.SupportEntities
Sestavení:  Microsoft.VisualStudio.Data.Services (v Microsoft.VisualStudio.Data.Services.dll)

Syntaxe

'Deklarace
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)

Hodnota vlastnosti

Typ: System.String
Source–specific typ dat parametru.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IVsDataParameter Rozhraní

Microsoft.VisualStudio.Data.Services.SupportEntities – obor názvů