共用方式為


SfcTsqlProcFormatter.MakeSqlString 方法

不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。

命名空間:  Microsoft.SqlServer.Management.Sdk.Sfc
組件:  Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

語法

'宣告
Public Shared Function MakeSqlString ( _
    value As String _
) As String
'用途
Dim value As String 
Dim returnValue As String 

returnValue = SfcTsqlProcFormatter.MakeSqlString(value)
public static string MakeSqlString(
    string value
)
public:
static String^ MakeSqlString(
    String^ value
)
static member MakeSqlString : 
        value:string -> string
public static function MakeSqlString(
    value : String
) : String

參數

  • value
    型別:System.String
    A string that represents the Value.

傳回值

型別:System.String
The string value of the Sql.

請參閱

參考

SfcTsqlProcFormatter 類別

Microsoft.SqlServer.Management.Sdk.Sfc 命名空間