不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Sets the fields contained in the specified StringCollection as triggers for this ConditionedSql object.
命名空間: Microsoft.SqlServer.Management.Sdk.Sfc
組件: Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
語法
'宣告
Public Sub SetFields ( _
fields As StringCollection _
)
'用途
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
)
參數
- fields
型別:System.Collections.Specialized.StringCollection
A StringCollection object that contains the fields that would trigger this ConditionedSql object to be added.