Save メソッド
DacType オブジェクトの内容を、特定の Stream オブジェクトに送信される XML ストリームにシリアル化します。
名前空間: Microsoft.SqlServer.Management.Dac
アセンブリ: Microsoft.SqlServer.Management.Dac (Microsoft.SqlServer.Management.Dac.dll)
構文
'宣言
Public Shared Sub Save ( _
dacType As DacType, _
stream As Stream _
)
'使用
Dim dacType As DacType
Dim stream As Stream
DacType.Save(dacType, stream)
public static void Save(
DacType dacType,
Stream stream
)
public:
static void Save(
DacType^ dacType,
Stream^ stream
)
static member Save :
dacType:DacType *
stream:Stream -> unit
public static function Save(
dacType : DacType,
stream : Stream
)
パラメーター
- dacType
型: Microsoft.SqlServer.Management.Dac. . :: . .DacType
シリアル化解除する DAC 型を表す DacType オブジェクトです。
- stream
型: System.IO. . :: . .Stream
シリアル化解除された要素が保存される Stream オブジェクトです。