Bagikan melalui


IDTSSupportOffline100 Interface

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

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

The IDTSSupportOffline100 type exposes the following members.

Properties

  Name Description
Public property OfflineMode Infrastructure. Gets or sets whether DTS connection supports offline mode.

Top

See Also

Reference

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace