StorageInfo.EnumeratePackagePaths Method
Returns a list of paths for the upgraded Integration Services packages in a given folder.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Function EnumeratePackagePaths As List(Of String)
'Usage
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>
Return Value
Type: System.Collections.Generic.List<String>
A list of paths for upgrade packages in a given folder.