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.
Removes formatting of identifier parts, such as trimming leading and trailing spaces and removing quotation marks.
Namespace: Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Protected Overrides Function UnformatPart ( _
typeName As String, _
identifierPart As String _
) As Object
protected override Object UnformatPart(
string typeName,
string identifierPart
)
protected:
virtual Object^ UnformatPart(
String^ typeName,
String^ identifierPart
) override
abstract UnformatPart :
typeName:string *
identifierPart:string -> Object
override UnformatPart :
typeName:string *
identifierPart:string -> Object
protected override function UnformatPart(
typeName : String,
identifierPart : String
) : Object
Parameters
- typeName
Type: System.String
The name of a data object type.
- identifierPart
Type: System.String
A formatted identifier part.
Return Value
Type: System.Object
The new identifier part, without its formatting.
.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.