共用方式為


StorageInfo.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<String>
A list of paths for upgrade packages in a given folder.

請參閱

參考

StorageInfo 類別

Microsoft.SqlServer.Dts.Runtime 命名空間