Clear 方法

Removes all elements from the collection.

命名空间:  Microsoft.SqlServer.Dts.Tasks.Exec80PackageTask
程序集:  Microsoft.SqlServer.Exec80PackageTask(在 Microsoft.SqlServer.Exec80PackageTask.dll 中)

语法

声明
Public Sub Clear
用法
Dim instance As VariablesCollection

instance.Clear()
public void Clear()
public:
void Clear()
member Clear : unit -> unit 
public function Clear()