Méthode StatementBuilder.AddWhere

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 AddWhere ( _
    value As String _
)
'Utilisation
Dim instance As StatementBuilder 
Dim value As String

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

Paramètres

  • value
    Type : System.String
    The value where the object is to be added.

Voir aussi

Référence

StatementBuilder Classe

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc