Partager via


Méthode SetFields

Ne référencez pas directement 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