Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Retrieves the unsafe variables.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Function GetUnsafeVariables As IDTSVariables100
'Usage
Dim instance As IDTSUnsafeVariables100
Dim returnValue As IDTSVariables100
returnValue = instance.GetUnsafeVariables()
IDTSVariables100 GetUnsafeVariables()
IDTSVariables100^ GetUnsafeVariables()
abstract GetUnsafeVariables : unit -> IDTSVariables100
function GetUnsafeVariables() : IDTSVariables100
Return Value
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariables100
An IDTSVariables100 object that represents the unsafe variables.