Metodo SfcSerializer.Deserialize (XmlReader, SfcObjectState)
Deserializes the file stream into an object. The specified SfcObjectState value is applied to the deserialized object. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Public Function Deserialize ( _
xmlReader As XmlReader, _
state As SfcObjectState _
) As Object
'Utilizzo
Dim instance As SfcSerializer
Dim xmlReader As XmlReader
Dim state As SfcObjectState
Dim returnValue As Object
returnValue = instance.Deserialize(xmlReader, _
state)
public Object Deserialize(
XmlReader xmlReader,
SfcObjectState state
)
public:
Object^ Deserialize(
XmlReader^ xmlReader,
SfcObjectState state
)
member Deserialize :
xmlReader:XmlReader *
state:SfcObjectState -> Object
public function Deserialize(
xmlReader : XmlReader,
state : SfcObjectState
) : Object
Parametri
- xmlReader
Tipo: System.Xml.XmlReader
An XmlReader object that contains the file stream with the serialized document.
- state
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.SfcObjectState
An SfcObjectState value that specifies the state of the deserialized object.
Valore restituito
Tipo: System.Object
The deserialized object.