IDTSUnsafeVariables100 接口

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Defines methods for all unsafe variables.

命名空间:  Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集:  Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)

语法

声明
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("16038CC2-FDF8-4B75-AA0E-5787FF07BF6D")> _
Public Interface IDTSUnsafeVariables100
用法
Dim instance As IDTSUnsafeVariables100
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("16038CC2-FDF8-4B75-AA0E-5787FF07BF6D")]
public interface IDTSUnsafeVariables100
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"16038CC2-FDF8-4B75-AA0E-5787FF07BF6D")]
public interface class IDTSUnsafeVariables100
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("16038CC2-FDF8-4B75-AA0E-5787FF07BF6D")>]
type IDTSUnsafeVariables100 =  interface end
public interface IDTSUnsafeVariables100

IDTSUnsafeVariables100 类型公开以下成员。

方法

  名称 说明
公共方法 GetUnsafeVariables 基础结构。Retrieves the unsafe variables.
公共方法 SetUnsafeVariables 基础结构。Sets the unsafe variables.

页首

请参阅

参考

Microsoft.SqlServer.Dts.Runtime.Wrapper 命名空间