共用方式為


UserInteractionServices.GetNameString 方法

傳回名稱,並在要求時逸出字串。

命名空間:  Microsoft.Data.Schema
組件:  Microsoft.Data.Schema (在 Microsoft.Data.Schema.dll 中)

語法

'宣告
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

參數

傳回值

型別:System.String
提供的名稱。

.NET Framework 安全性

請參閱

參考

UserInteractionServices 類別

Microsoft.Data.Schema 命名空間