Поделиться через


Свойство 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