Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
This API supports the product infrastructure and is not intended to be used directly from your code.
Serializes the package to a stream.
Namespace: Microsoft.MasterDataServices.Deployment
Assembly: Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)
Syntax
public void Serialize(
Stream stream
)
public:
void Serialize(
Stream^ stream
)
member Serialize :
stream:Stream -> unit
Public Sub Serialize (
stream As Stream
)
Parameters
stream
Type: System.IO.StreamThe stream to which the package serializes.
See Also
Serialize Overload
Package Class
Microsoft.MasterDataServices.Deployment Namespace
Return to top