SfcSerializer Class
Serializes and deserializes SFC objects. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
| 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. |
| 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. |
| 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(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | Serialize(Object^) | 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(XmlWriter^) | Serializes the objects compiled by the Serialize method. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
| Name | Description | |
|---|---|---|
![]() | FilterPropertyHandler | Occurs when a property is serialized. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


