次の方法で共有


EnvironmentCollection.Item プロパティ (String)

指定した名前に基づいて、環境コレクションから環境を取得します。

名前空間:  Microsoft.SqlServer.Management.IntegrationServices
アセンブリ:  Microsoft.SqlServer.Management.IntegrationServices (Microsoft.SqlServer.Management.IntegrationServices.dll)

構文

'宣言
Public ReadOnly Default Property Item ( _
    name As String _
) As EnvironmentInfo 
    Get
'使用
Dim instance As EnvironmentCollection 
Dim name As String 
Dim value As EnvironmentInfo 

value = instance(name)
public EnvironmentInfo this[
    string name
] { get; }
public:
property EnvironmentInfo^ default[String^ name] {
    EnvironmentInfo^ get (String^ name);
}
member Item : EnvironmentInfo
JScript はインデックス化されたプロパティの使用をサポートしていますが、新規の宣言はサポートしていません。

パラメーター

プロパティ値

型: Microsoft.SqlServer.Management.IntegrationServices.EnvironmentInfo
環境コレクションに含まれる指定した環境。

関連項目

参照

EnvironmentCollection クラス

Item オーバーロード

Microsoft.SqlServer.Management.IntegrationServices 名前空間