Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Retrieves the data-source-specific type of the parameter.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Protected MustOverride Function GetTypeImpl As String
protected abstract string GetTypeImpl()
protected:
virtual String^ GetTypeImpl() abstract
abstract GetTypeImpl : unit -> string
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.