Freigeben über


DacProfile.Load-Methode (String)

Create a DacProfile instance by reading serialized profile data from the specified file.

Namespace:  Microsoft.SqlServer.Dac
Assembly:  Microsoft.SqlServer.Dac (in Microsoft.SqlServer.Dac.dll)

Syntax

'Declaration
Public Shared Function Load ( _
    fileName As String _
) As DacProfile
'Usage
Dim fileName As String 
Dim returnValue As DacProfile 

returnValue = DacProfile.Load(fileName)
public static DacProfile Load(
    string fileName
)
public:
static DacProfile^ Load(
    String^ fileName
)
static member Load : 
        fileName:string -> DacProfile
public static function Load(
    fileName : String
) : DacProfile

Parameter

  • fileName
    Typ: System.String
    Path to file with serialized profile data.

Rückgabewert

Typ: Microsoft.SqlServer.Dac.DacProfile
DacProfile instance initialized from the serialized file data.

Siehe auch

Verweis

DacProfile Klasse

Load-Überladung

Microsoft.SqlServer.Dac-Namespace