EnvironmentCollection.Item 属性 (String)

Gets the environment from the environment collection based upon the specified name.

命名空间:  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
The specified environment from the environment collection.

请参阅

参考

EnvironmentCollection 类

Item 重载

Microsoft.SqlServer.Management.IntegrationServices 命名空间