EnvironmentInfo.Variables 属性

定义

获取环境中的变量。

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

属性值

环境中的变量。

属性

适用于