Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
Parameters
- fileName
Type: System.String
Path to file with serialized profile data.
Return Value
Type: Microsoft.SqlServer.Dac.DacProfile
DacProfile instance initialized from the serialized file data.