Interface IDTSManagedSerializer100
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Describes the interface for the managed serializer.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
<GuidAttribute("4BE2F37D-0E96-4633-989A-5F9B0DE0D66B")> _
Public Interface IDTSManagedSerializer100
'Uso
Dim instance As IDTSManagedSerializer100
[GuidAttribute("4BE2F37D-0E96-4633-989A-5F9B0DE0D66B")]
public interface IDTSManagedSerializer100
[GuidAttribute(L"4BE2F37D-0E96-4633-989A-5F9B0DE0D66B")]
public interface class IDTSManagedSerializer100
[<GuidAttribute("4BE2F37D-0E96-4633-989A-5F9B0DE0D66B")>]
type IDTSManagedSerializer100 = interface end
public interface IDTSManagedSerializer100
O tipo IDTSManagedSerializer100 expõe os membros a seguir.
Métodos
Nome | Descrição | |
---|---|---|
DeSerialize | Infraestrutura. Deserializes an XML document. | |
IsSerializable | Infraestrutura. Specifies whether an object can be deserialized. | |
Serialize | Infraestrutura. Serializes an object. |
Início