Package.Deserialize Method (Stream)
This API supports the SQL Server 2012 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
'Declaration
Public Shared Function Deserialize ( _
stream As Stream _
) As Package
'Usage
Dim stream As Stream
Dim returnValue As Package
returnValue = Package.Deserialize(stream)
public static Package Deserialize(
Stream stream
)
public:
static Package^ Deserialize(
Stream^ stream
)
static member Deserialize :
stream:Stream -> Package
public static function Deserialize(
stream : Stream
) : Package
Parameters
- stream
Type: System.IO.Stream
The stream from which to deserialize a package.
Return Value
Type: Microsoft.MasterDataServices.Deployment.Package
The deserialized package.