Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
This API supports the SQL Server 2012 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
'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
)
Parameters
- stream
Type: System.IO.Stream
The stream to which the package serializes.