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.
Gets the collection of variables in the connection manager.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Variables As Variables
Get
'Usage
Dim instance As ConnectionManager
Dim value As Variables
value = instance.Variables
[BrowsableAttribute(false)]
public Variables Variables { get; }
[BrowsableAttribute(false)]
public:
property Variables^ Variables {
Variables^ get ();
}
[<BrowsableAttribute(false)>]
member Variables : Variables
function get Variables () : Variables
Property Value
Type: Microsoft.SqlServer.Dts.Runtime.Variables
The collection of variables in the connection manager.