Compartir a través de


StorageInfo.EnumeratePackagePaths Método

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
Public Function EnumeratePackagePaths As List(Of String)
'Uso
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>

Valor devuelto

Tipo: System.Collections.Generic.List<String>
A list of paths for upgrade packages in a given folder.

Vea también

Referencia

StorageInfo Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime