PackageUtils.LoadPkgInfoFromStorageFile Method

This API supports the infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.SqlServer.Dts.Tasks.Exec80PackageTask
Assembly:  Microsoft.SqlServer.Exec80PackageTask (in Microsoft.SqlServer.Exec80PackageTask.dll)

Syntax

'Declaration
Public Shared Function LoadPkgInfoFromStorageFile ( _
    sUNCPath As String _
) As SavedPackageInfos
'Usage
Dim sUNCPath As String
Dim returnValue As SavedPackageInfos

returnValue = PackageUtils.LoadPkgInfoFromStorageFile(sUNCPath)
public static SavedPackageInfos LoadPkgInfoFromStorageFile(
    string sUNCPath
)
public:
static SavedPackageInfos^ LoadPkgInfoFromStorageFile(
    String^ sUNCPath
)
static member LoadPkgInfoFromStorageFile : 
        sUNCPath:string -> SavedPackageInfos 
public static function LoadPkgInfoFromStorageFile(
    sUNCPath : String
) : SavedPackageInfos

Parameters

Return Value

Type: SavedPackageInfos