DataParameter.Type Property

Retrieves or sets the data-source-specific type of the parameter.

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

Syntax

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

value = instance.Type

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

Property Value

Type: System.String

Returns the data-source-specific type of the parameter.

Permissions

See Also

Reference

DataParameter Class

DataParameter Members

Microsoft.VisualStudio.Data Namespace

SetTypeImpl