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


ProjectCollection.Item[String] Свойство

Определение

Возвращает объект ProjectInfo с указанным именем.

public:
 property Microsoft::SqlServer::Management::IntegrationServices::ProjectInfo ^ default[System::String ^] { Microsoft::SqlServer::Management::IntegrationServices::ProjectInfo ^ get(System::String ^ name); };
public Microsoft.SqlServer.Management.IntegrationServices.ProjectInfo this[string name] { get; }
member this.Item(string) : Microsoft.SqlServer.Management.IntegrationServices.ProjectInfo
Default Public ReadOnly Property Item(name As String) As ProjectInfo

Параметры

name
String

Указанное имя.

Значение свойства

Имя указанного объекта ProjectInfo.

Применяется к