Condividi tramite


Metodo UserInteractionServices.GetNameString

Restituisce il nome e, se necessario, utilizza un carattere di escape nella stringa.

Spazio dei nomi:  Microsoft.Data.Schema
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

'Dichiarazione
Protected Function GetNameString ( _
    name As String, _
    escape As Boolean _
) As String
protected string GetNameString(
    string name,
    bool escape
)
protected:
String^ GetNameString(
    String^ name, 
    bool escape
)
member GetNameString : 
        name:string * 
        escape:bool -> string 
protected function GetNameString(
    name : String, 
    escape : boolean
) : String

Parametri

  • escape
    Tipo: System.Boolean
    true per utilizzare un carattere di escape in name.

Valore restituito

Tipo: System.String
Nome specificato.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

UserInteractionServices Classe

Spazio dei nomi Microsoft.Data.Schema