IDTSManagedSerializer100-Schnittstelle
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Describes the interface for the managed serializer.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("4BE2F37D-0E96-4633-989A-5F9B0DE0D66B")> _
Public Interface IDTSManagedSerializer100
'Usage
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
Der IDTSManagedSerializer100-Typ macht folgende Elemente verfügbar.
Methoden
Name | Beschreibung | |
---|---|---|
DeSerialize | Infrastruktur Deserializes an XML document. | |
IsSerializable | Infrastruktur Specifies whether an object can be deserialized. | |
Serialize | Infrastruktur Serializes an object. |
Zum Anfang