Méthode ConditionedSql.SetFields
Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Sets the fields contained in the specified StringCollection as triggers for this ConditionedSql object.
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 SetFields ( _
fields As StringCollection _
)
'Utilisation
Dim instance As ConditionedSql
Dim fields As StringCollection
instance.SetFields(fields)
public void SetFields(
StringCollection fields
)
public:
void SetFields(
StringCollection^ fields
)
member SetFields :
fields:StringCollection -> unit
public function SetFields(
fields : StringCollection
)
Paramètres
- fields
Type : System.Collections.Specialized.StringCollection
A StringCollection object that contains the fields that would trigger this ConditionedSql object to be added.