Share via


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 的名称。

适用于