Método StorageInfo.EnumeratePackagePaths
Returns a list of paths for the upgraded Integration Services packages in a given folder.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)
Sintaxe
'Declaração
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 de retorno
Tipo: System.Collections.Generic.List<String>
A list of paths for upgrade packages in a given folder.