EnvironmentInfo.Variables Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the variables in the environment.
public:
property Microsoft::SqlServer::Management::IntegrationServices::EnvironmentVariableCollection ^ Variables { Microsoft::SqlServer::Management::IntegrationServices::EnvironmentVariableCollection ^ get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcObject(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcContainerRelationship.ChildContainer, Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcContainerCardinality.ZeroToAny, typeof(Microsoft.SqlServer.Management.IntegrationServices.EnvironmentVariable))]
public Microsoft.SqlServer.Management.IntegrationServices.EnvironmentVariableCollection Variables { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcObject(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcContainerRelationship.ChildContainer, Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcContainerCardinality.ZeroToAny, typeof(Microsoft.SqlServer.Management.IntegrationServices.EnvironmentVariable))>]
member this.Variables : Microsoft.SqlServer.Management.IntegrationServices.EnvironmentVariableCollection
Public ReadOnly Property Variables As EnvironmentVariableCollection
Property Value
The variables in the environment.
- Attributes