Sdílet prostřednictvím


DataParameter.Type – vlastnost

Získá nebo nastaví datový typ parametru source–specific.

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

Syntaxe

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

Hodnota vlastnosti

Typ: System.String
Source–specific typ dat parametru vrátí.

Implementuje

IVsDataParameter.Type

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

DataParameter Třída

Microsoft.VisualStudio.Data.Framework – obor názvů

SetTypeCore