IDTSManagedSerializer100 Interfaz
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Describe la interfaz del serializador administrado.
public interface class IDTSManagedSerializer100
[System.Runtime.InteropServices.Guid("0F6A689D-BBBC-4039-9DFE-349CDDDD7108")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FHidden | System.Runtime.InteropServices.TypeLibTypeFlags.FRestricted)]
public interface IDTSManagedSerializer100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FHidden | System.Runtime.InteropServices.TypeLibTypeFlags.FRestricted)]
[System.Runtime.InteropServices.Guid("166BE669-4087-4AFA-AF8D-D8BE4E5C82CA")]
public interface IDTSManagedSerializer100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FHidden | System.Runtime.InteropServices.TypeLibTypeFlags.FRestricted)]
[System.Runtime.InteropServices.Guid("883848BC-4BD1-4BD8-B101-A34E112E1309")]
public interface IDTSManagedSerializer100
[<System.Runtime.InteropServices.Guid("0F6A689D-BBBC-4039-9DFE-349CDDDD7108")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FHidden | System.Runtime.InteropServices.TypeLibTypeFlags.FRestricted)>]
type IDTSManagedSerializer100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FHidden | System.Runtime.InteropServices.TypeLibTypeFlags.FRestricted)>]
[<System.Runtime.InteropServices.Guid("166BE669-4087-4AFA-AF8D-D8BE4E5C82CA")>]
type IDTSManagedSerializer100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FHidden | System.Runtime.InteropServices.TypeLibTypeFlags.FRestricted)>]
[<System.Runtime.InteropServices.Guid("883848BC-4BD1-4BD8-B101-A34E112E1309")>]
type IDTSManagedSerializer100 = interface
Public Interface IDTSManagedSerializer100
- Derivado
- Atributos
Métodos
DeSerialize(String) |
Deserializa un documento XML. |
IsSerializable(Object) |
Especifica si un objeto se puede deserializar. |
Serialize(Object) |
Serializa un objeto. |