Freigeben über


ProjectCollection.Item-Eigenschaft (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 unterstützt die Verwendung indizierter Eigenschaften, aber nicht die Deklaration neuer Eigenschaften.

Parameter

Eigenschaftswert

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

Siehe auch

Verweis

ProjectCollection Klasse

Item-Überladung

Microsoft.SqlServer.Management.IntegrationServices-Namespace