DataParameter.GetTypeImpl Method

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

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

Syntax

'宣言
Protected MustOverride Function GetTypeImpl As String
'使用
Dim returnValue As String

returnValue = Me.GetTypeImpl()
protected abstract string GetTypeImpl()
protected:
virtual String^ GetTypeImpl() abstract
protected abstract function GetTypeImpl() : String

Return Value

Type: System.String

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

Remarks

This method is called by the implementation of the Type property.

Permissions

See Also

Reference

DataParameter Class

DataParameter Members

Microsoft.VisualStudio.Data Namespace