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 命名空間