Partager via


Propriété ProjectCollection.Item (String)

Gets the ProjectInfo with the specified name.

Espace de noms :  Microsoft.SqlServer.Management.IntegrationServices
Assembly :  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Syntaxe

'Déclaration
Public ReadOnly Default Property Item ( _
    name As String _
) As ProjectInfo 
    Get
'Utilisation
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 prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.

Paramètres

Valeur de propriété

Type : Microsoft.SqlServer.Management.IntegrationServices.ProjectInfo
The name of the specified ProjectInfo.

Voir aussi

Référence

ProjectCollection Classe

Surcharge Item

Espace de noms Microsoft.SqlServer.Management.IntegrationServices