SetFields-Methode
Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. 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
)
Parameter
- fields
Typ: System.Collections.Specialized. . :: . .StringCollection
A StringCollection object that contains the fields that would trigger this ConditionedSql object to be added.