StatementBuilder.AddPrefix 方法

Adds a prefix to the statement.

命名空间:  Microsoft.SqlServer.Management.Sdk.Sfc
程序集:  Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

语法

声明
Public Sub AddPrefix ( _
    value As String _
)
用法
Dim instance As StatementBuilder 
Dim value As String

instance.AddPrefix(value)
public void AddPrefix(
    string value
)
public:
void AddPrefix(
    String^ value
)
member AddPrefix : 
        value:string -> unit
public function AddPrefix(
    value : String
)

参数

  • value
    类型:System.String
    The value of the prefix to be added.

请参阅

参考

StatementBuilder 类

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