Partager via


Propriété ProjectVersionCollection.Item (Int64)

Gets the project version with the specified name.

Espace de noms :  Microsoft.SqlServer.Management.IntegrationServices
Assembly :  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Syntaxe

'Déclaration
Public ReadOnly Default Property Item ( _
    lsn As Long _
) As ProjectVersion 
    Get
'Utilisation
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 prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.

Paramètres

Valeur de propriété

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

Voir aussi

Référence

ProjectVersionCollection Classe

Surcharge Item

Espace de noms Microsoft.SqlServer.Management.IntegrationServices