EnumeratePackagePaths 方法
在指定的資料夾中傳回升級 Integration Services 封裝的路徑清單。
命名空間: Microsoft.SqlServer.Dts.Runtime
組件: Microsoft.SqlServer.ManagedDTS (在 Microsoft.SqlServer.ManagedDTS.dll 中)
語法
'宣告
Public Function EnumeratePackagePaths As List(Of String)
'用途
Dim instance As StorageInfo
Dim returnValue As List(Of String)
returnValue = instance.EnumeratePackagePaths()
public List<string> EnumeratePackagePaths()
public:
List<String^>^ EnumeratePackagePaths()
member EnumeratePackagePaths : unit -> List<string>
public function EnumeratePackagePaths() : List<String>
傳回值
型別:System.Collections.Generic. . :: . .List< (Of < ( <'String> ) > ) >
指定的資料夾中升級封裝的路徑清單。