此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Serializes the package to a stream.
命名空間: Microsoft.MasterDataServices.Deployment
組件: Microsoft.MasterDataServices.Deployment (在 Microsoft.MasterDataServices.Deployment.dll 中)
語法
'宣告
Public Sub Serialize ( _
stream As Stream _
)
'用途
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
)
參數
- stream
型別:System.IO.Stream
The stream to which the package serializes.