共用方式為


StatementBuilder.AddCondition 方法

Adds a condition which if it is true will make the result set empty. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。

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

語法

'宣告
Public Sub AddCondition ( _
    value As String _
)
'用途
Dim instance As StatementBuilder 
Dim value As String

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

參數

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

請參閱

參考

StatementBuilder 類別

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