Método Package.Serialize (Stream)
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Serializes the package to a stream.
Namespace: Microsoft.MasterDataServices.Deployment
Assembly: Microsoft.MasterDataServices.Deployment (em Microsoft.MasterDataServices.Deployment.dll)
Sintaxe
'Declaração
Public Sub Serialize ( _
stream As Stream _
)
'Uso
Dim instance As Package
Dim stream As Stream
instance.Serialize(stream)
public void Serialize(
Stream stream
)
public:
void Serialize(
Stream^ stream
)
member Serialize :
stream:Stream -> unit
public function Serialize(
stream : Stream
)
Parâmetros
- stream
Tipo: System.IO.Stream
The stream to which the package serializes.