Partager via


Méthode Deserialize (MemoryStream)

Deserializes a package from the specified memory stream.

Espace de noms :  Microsoft.MasterDataServices.Deployment
Assembly :  Microsoft.MasterDataServices.Deployment (en Microsoft.MasterDataServices.Deployment.dll)

Syntaxe

'Déclaration
Public Shared Function Deserialize ( _
    stream As MemoryStream _
) As Package
'Utilisation
Dim stream As MemoryStream
Dim returnValue As Package

returnValue = Package.Deserialize(stream)
public static Package Deserialize(
    MemoryStream stream
)
public:
static Package^ Deserialize(
    MemoryStream^ stream
)
static member Deserialize : 
        stream:MemoryStream -> Package 
public static function Deserialize(
    stream : MemoryStream
) : Package

Paramètres

Valeur de retour

Type : Microsoft.MasterDataServices.Deployment. . :: . .Package
A new instance of type Package.