EnumeratePackagePaths 方法

Returns a list of paths for the upgraded Integration Services packages in a given folder.

命名空间:  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> ) > ) >
A list of paths for upgrade packages in a given folder.