Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Gets the ProjectInfo with 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 ProjectInfo
Get
'Применение
Dim instance As ProjectCollection
Dim name As String
Dim value As ProjectInfo
value = instance(name)
public ProjectInfo this[
string name
] { get; }
public:
property ProjectInfo^ default[String^ name] {
ProjectInfo^ get (String^ name);
}
member Item : ProjectInfo
JScript поддерживает использование индексированных свойств, но не объявление новых.
Параметры
- name
Тип: System.String
The specified name.
Значение свойства
Тип: Microsoft.SqlServer.Management.IntegrationServices.ProjectInfo
The name of the specified ProjectInfo.
См. также
Справочник
Пространство имен Microsoft.SqlServer.Management.IntegrationServices