Freigeben über


IDTSSupportOffline100-Schnittstelle

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Provides properties for indicating whether DTS connection supports offline mode.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
<GuidAttribute("D0DF3112-9B36-4C12-AD60-64503AC2C5F8")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IDTSSupportOffline100
'Usage
Dim instance As IDTSSupportOffline100
[GuidAttribute("D0DF3112-9B36-4C12-AD60-64503AC2C5F8")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IDTSSupportOffline100
[GuidAttribute(L"D0DF3112-9B36-4C12-AD60-64503AC2C5F8")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IDTSSupportOffline100
[<GuidAttribute("D0DF3112-9B36-4C12-AD60-64503AC2C5F8")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IDTSSupportOffline100 =  interface end
public interface IDTSSupportOffline100

Der IDTSSupportOffline100-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft OfflineMode Infrastruktur Gets or sets whether DTS connection supports offline mode.

Zum Anfang

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace