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.