Freigeben über


StatementBuilder.AddCondition-Methode

Adds a condition which if it is true will make the result set empty. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Sub AddCondition ( _
    value As String _
)
'Usage
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
)

Parameter

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

Siehe auch

Verweis

StatementBuilder Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace