Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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