ConditionedSql.SetFields Method
Do not reference this member directly in your code. It supports the SQL Server infrastructure. Sets the fields contained in the specified StringCollection as triggers for this ConditionedSql object.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Sub SetFields ( _
fields As StringCollection _
)
'Usage
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
)
Parameters
- fields
Type: System.Collections.Specialized.StringCollection
A StringCollection object that contains the fields that would trigger this ConditionedSql object to be added.