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

プロパティ値

環境の変数。

属性

適用対象