Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets the ProjectInfo with the specified name.
Spazio dei nomi Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintassi
'Dichiarazione
Public ReadOnly Default Property Item ( _
name As String _
) As ProjectInfo
Get
'Utilizzo
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 supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.
Parametri
- name
Tipo: System.String
The specified name.
Valore proprietà
Tipo: Microsoft.SqlServer.Management.IntegrationServices.ProjectInfo
The name of the specified ProjectInfo.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Management.IntegrationServices