EnvironmentInfo.Variables プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
環境の変数を取得します。
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
プロパティ値
環境の変数。
- 属性