SfcSerializer Class

Serializes and deserializes SFC objects. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.SfcSerializer

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public NotInheritable Class SfcSerializer
'Usage
Dim instance As SfcSerializer
public sealed class SfcSerializer
public ref class SfcSerializer sealed
[<SealedAttribute>]
type SfcSerializer =  class end
public final class SfcSerializer

The SfcSerializer type exposes the following members.

Constructors

  Name Description
Public method SfcSerializer Initializes a new instance of the SfcSerializer class. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Top

Properties

  Name Description
Public property UnParentedReferences Gets a list of objects that do not have parent references. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Top

Methods

  Name Description
Public method Deserialize(XmlReader) Deserializes the file stream into an object. The deserialized object has a Pending state. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public method Deserialize(XmlReader, SfcObjectState) Deserializes the file stream into an object. The specified SfcObjectState value is applied to the deserialized object. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Serialize Adds the specified object to the list of objects that will be serialized. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public method ToString (Inherited from Object.)
Public method Write Serializes the objects compiled by the Serialize method. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Top

Events

  Name Description
Public event FilterPropertyHandler Occurs when a property is serialized. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.