Udostępnij przez


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

'Deklaracja
Public Function EnumeratePackagePaths As List(Of String)
public List<string> EnumeratePackagePaths ()
public:
List<String^>^ EnumeratePackagePaths ()
public List<String> EnumeratePackagePaths ()
public function EnumeratePackagePaths () : List<String>

Return Value

A list of paths for upgrade packages in a given folder.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.