Ler em inglês

Compartilhar via


DacType.Save Method

Serializes the contents of a DacType object into an XML stream that is sent to the specified Stream object.

Namespace:  Microsoft.SqlServer.Management.Dac
Assembly:  Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)

Syntax

public static void Save(
    DacType dacType,
    Stream stream
)

Parameters

  • stream
    Type: Stream
    A Stream object in which the deserialized elements are saved.

See Also

Reference

DacType Class

Microsoft.SqlServer.Management.Dac Namespace