Compartir a través de


ProjectCollection.Item Propiedad (String)

Gets the ProjectInfo with the specified name.

Espacio de nombres:  Microsoft.SqlServer.Management.IntegrationServices
Ensamblado:  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintaxis

'Declaración
Public ReadOnly Default Property Item ( _
    name As String _
) As ProjectInfo 
    Get
'Uso
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 admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.

Parámetros

Valor de la propiedad

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

Vea también

Referencia

ProjectCollection Clase

Sobrecarga de Item

Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices