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

指定之 ProjectInfo 的名稱。

適用於