Catatan
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba masuk atau mengubah direktori.
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba mengubah direktori.
This API supports the product infrastructure and is not intended to be used directly from your code.
Deserializes a package from the specified stream.
Namespace: Microsoft.MasterDataServices.Deployment
Assembly: Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)
Syntax
public static Package Deserialize(
Stream stream
)
public:
static Package^ Deserialize(
Stream^ stream
)
static member Deserialize :
stream:Stream -> Package
Public Shared Function Deserialize (
stream As Stream
) As Package
Parameters
stream
Type: System.IO.StreamThe stream from which to deserialize a package.
Return Value
Type: Microsoft.MasterDataServices.Deployment.Package
The deserialized package.
See Also
Deserialize Overload
Package Class
Microsoft.MasterDataServices.Deployment Namespace
Return to top