Condividi tramite


Proprietà ProjectVersionCollection.Item (Int64)

Gets the project version 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 ( _
    lsn As Long _
) As ProjectVersion 
    Get
'Utilizzo
Dim instance As ProjectVersionCollection 
Dim lsn As Long 
Dim value As ProjectVersion 

value = instance(lsn)
public ProjectVersion this[
    long lsn
] { get; }
public:
property ProjectVersion^ default[long long lsn] {
    ProjectVersion^ get (long long lsn);
}
member Item : ProjectVersion
JScript supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.

Parametri

Valore proprietà

Tipo: Microsoft.SqlServer.Management.IntegrationServices.ProjectVersion
The project versions.

Vedere anche

Riferimento

ProjectVersionCollection Classe

Overload Item

Spazio dei nomi Microsoft.SqlServer.Management.IntegrationServices