IDTSUnsafeVariables100 インターフェイス

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

安全でないすべての変数に対して使用するメソッドを定義します。

名前空間:  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 インフラストラクチャです。安全でない変数を取得します。
パブリック メソッド SetUnsafeVariables インフラストラクチャです。安全でない変数を設定します。

先頭に戻る

関連項目

参照

Microsoft.SqlServer.Dts.Runtime.Wrapper 名前空間