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 | |
---|---|---|
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 | |
---|---|---|
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 | |
---|---|---|
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. | |
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. | |
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
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. | |
ToString | (Inherited from Object.) | |
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 | |
---|---|---|
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.