Share via


ProjectCollection.Item[String] Propriété

Définition

Obtient le ProjectInfo avec le nom spécifié.

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

Paramètres

name
String

Nom spécifié.

Valeur de propriété

Nom du ProjectInfo spécifié.

S’applique à