Serialize メソッド
パッケージをメモリ ストリームにシリアル化します。
名前空間: Microsoft.MasterDataServices.Deployment
アセンブリ: Microsoft.MasterDataServices.Deployment (Microsoft.MasterDataServices.Deployment.dll)
構文
'宣言
Public Function Serialize As MemoryStream
'使用
Dim instance As Package
Dim returnValue As MemoryStream
returnValue = instance.Serialize()
public MemoryStream Serialize()
public:
MemoryStream^ Serialize()
member Serialize : unit -> MemoryStream
public function Serialize() : MemoryStream
戻り値
型: System.IO. . :: . .MemoryStream
シリアル化された Package を含んでいる MemoryStream 型の新しいインスタンス。