IDTSUnsafeVariables100 Interface
This API supports the infrastructure and is not intended to be used directly from your code.
For more information, see Variables.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("80CDACC2-00FC-45C2-B0AD-2A2B1C2908BB")> _
Public Interface IDTSUnsafeVariables100
'Usage
Dim instance As IDTSUnsafeVariables100
[InterfaceTypeAttribute()]
[GuidAttribute("80CDACC2-00FC-45C2-B0AD-2A2B1C2908BB")]
public interface IDTSUnsafeVariables100
[InterfaceTypeAttribute()]
[GuidAttribute(L"80CDACC2-00FC-45C2-B0AD-2A2B1C2908BB")]
public interface class IDTSUnsafeVariables100
[<InterfaceTypeAttribute()>]
[<GuidAttribute("80CDACC2-00FC-45C2-B0AD-2A2B1C2908BB")>]
type IDTSUnsafeVariables100 = interface end
public interface IDTSUnsafeVariables100
The IDTSUnsafeVariables100 type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetUnsafeVariables | Infrastructure. For more information, see Variables. | |
SetUnsafeVariables | Infrastructure. For more information, see Variables. |
Top