Share via


ProjectCollection.Item Property (String)

Gets the ProjectInfo with the specified name.

Namespace:  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    name As String _
) As ProjectInfo 
    Get
'Usage
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 supports the use of indexed properties, but not the declaration of new ones.

Parameters

Property Value

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

See Also

Reference

ProjectCollection Class

Item Overload

Microsoft.SqlServer.Management.IntegrationServices Namespace