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 variables in the environment.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, _
GetType(EnvironmentVariable))> _
Public ReadOnly Property Variables As EnvironmentVariableCollection
Get
'Usage
Dim instance As EnvironmentInfo
Dim value As EnvironmentVariableCollection
value = instance.Variables
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,
typeof(EnvironmentVariable))]
public EnvironmentVariableCollection Variables { get; }
[SfcObjectAttribute(SfcContainerRelationship::ChildContainer, SfcContainerCardinality::ZeroToAny,
typeof(EnvironmentVariable))]
public:
property EnvironmentVariableCollection^ Variables {
EnvironmentVariableCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,
typeof(EnvironmentVariable))>]
member Variables : EnvironmentVariableCollection
function get Variables () : EnvironmentVariableCollection
Property Value
Type: Microsoft.SqlServer.Management.IntegrationServices.EnvironmentVariableCollection
The variables in the environment.
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace