Package.Serialize-Methode (Stream)

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Serializes the package to a stream.

Namespace:  Microsoft.MasterDataServices.Deployment
Assembly:  Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)

Syntax

'Declaration
Public Sub Serialize ( _
    stream As Stream _
)
'Usage
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
)

Parameter

Siehe auch

Verweis

Package Klasse

Serialize-Überladung

Microsoft.MasterDataServices.Deployment-Namespace