AdoDotNetObjectIdentifierConverter.FormatPart, méthode
Met en forme une partie spécifique d'identificateur ; où avec le paramètre de guillemets est true, cette méthode appelle la méthode d' QuoteIdentifier .
Espace de noms : Microsoft.VisualStudio.Data.AdoDotNet
Assembly : Microsoft.VisualStudio.Data (dans Microsoft.VisualStudio.Data.dll)
Syntaxe
'Déclaration
Protected Overrides Function FormatPart ( _
typeName As String, _
identifierPart As Object, _
withQuotes As Boolean _
) As String
protected override string FormatPart(
string typeName,
Object identifierPart,
bool withQuotes
)
protected:
virtual String^ FormatPart(
String^ typeName,
Object^ identifierPart,
bool withQuotes
) override
abstract FormatPart :
typeName:string *
identifierPart:Object *
withQuotes:bool -> string
override FormatPart :
typeName:string *
identifierPart:Object *
withQuotes:bool -> string
protected override function FormatPart(
typeName : String,
identifierPart : Object,
withQuotes : boolean
) : String
Paramètres
- typeName
Type : System.String
Le nom du type d'objet de données.
- identifierPart
Type : System.Object
La valeur non formatée d'une partie d'identificateur.
- withQuotes
Type : System.Boolean
Indique si la partie mise en forme doit être entre guillemets, en cas de besoin.
Valeur de retour
Type : System.String
Retourne la partie spécifiée d'identificateur comme une chaîne mise en forme.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Le paramètre typeName est null. |
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
AdoDotNetObjectIdentifierConverter Classe