Méthode StatementBuilder.AddCondition
Adds a condition which if it is true will make the result set empty. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public Sub AddCondition ( _
value As String _
)
'Utilisation
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
)
Paramètres
- value
Type : System.String
A string that represents the value of the condition.