Interface IDTSManagedSerializer100
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Describes the interface for the managed serializer.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
<GuidAttribute("4BE2F37D-0E96-4633-989A-5F9B0DE0D66B")> _
Public Interface IDTSManagedSerializer100
'Utilisation
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
Le type IDTSManagedSerializer100 expose les membres suivants.
Méthodes
Nom | Description | |
---|---|---|
![]() |
DeSerialize | Infrastructure. Deserializes an XML document. |
![]() |
IsSerializable | Infrastructure. Specifies whether an object can be deserialized. |
![]() |
Serialize | Infrastructure. Serializes an object. |
Haut de la page