Partager via


Méthode DacProfile.Load (Stream)

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

Espace de noms :  Microsoft.SqlServer.Dac
Assembly :  Microsoft.SqlServer.Dac (en Microsoft.SqlServer.Dac.dll)

Syntaxe

'Déclaration
Public Shared Function Load ( _
    stream As Stream _
) As DacProfile
'Utilisation
Dim stream As Stream 
Dim returnValue As DacProfile 

returnValue = DacProfile.Load(stream)
public static DacProfile Load(
    Stream stream
)
public:
static DacProfile^ Load(
    Stream^ stream
)
static member Load : 
        stream:Stream -> DacProfile
public static function Load(
    stream : Stream
) : DacProfile

Paramètres

  • stream
    Type : System.IO.Stream
    Stream from which to read serialized profile data.

Valeur de retour

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

Voir aussi

Référence

DacProfile Classe

Surcharge Load

Espace de noms Microsoft.SqlServer.Dac