DataParameter.Type Property

Gets or sets the data source–specific type of the parameter.

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'宣言
Public Property Type As String
'使用
Dim instance As DataParameter
Dim value As String

value = instance.Type

instance.Type = value
public string Type { get; set; }
public:
virtual property String^ Type {
    String^ get () sealed;
    void set (String^ value) sealed;
}
public final function get Type () : String
public final function set Type (value : String)

Property Value

Type: System.String

Returns the data source–specific type of the parameter.

Implements

IVsDataParameter.Type

Permissions

See Also

Reference

DataParameter Class

DataParameter Members

Microsoft.VisualStudio.Data.Framework Namespace

SetTypeCore