Share via


IDTSUnsafeVariables100 Interface

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

Defines methods for all unsafe variables.

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

Syntax

'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("16038CC2-FDF8-4B75-AA0E-5787FF07BF6D")> _
Public Interface IDTSUnsafeVariables100
'Usage
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

The IDTSUnsafeVariables100 type exposes the following members.

Methods

  Name Description
Public method GetUnsafeVariables Infrastructure. Retrieves the unsafe variables.
Public method SetUnsafeVariables Infrastructure. Sets the unsafe variables.

Top

See Also

Reference

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace