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

속성 값

환경의 변수입니다.

특성

적용 대상