Partager via


Propriété ProjectInfo.Versions

Gets the versions of the project.

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

Syntaxe

'Déclaration
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,  _
    GetType(ProjectVersion))> _
Public ReadOnly Property Versions As ProjectVersionCollection 
    Get
'Utilisation
Dim instance As ProjectInfo 
Dim value As ProjectVersionCollection 

value = instance.Versions
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(ProjectVersion))]
public ProjectVersionCollection Versions { get; }
[SfcObjectAttribute(SfcContainerRelationship::ChildContainer, SfcContainerCardinality::ZeroToAny, 
    typeof(ProjectVersion))]
public:
property ProjectVersionCollection^ Versions {
    ProjectVersionCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(ProjectVersion))>]
member Versions : ProjectVersionCollection
function get Versions () : ProjectVersionCollection

Valeur de propriété

Type : Microsoft.SqlServer.Management.IntegrationServices.ProjectVersionCollection
The versions of the project.

Voir aussi

Référence

ProjectInfo Classe

Espace de noms Microsoft.SqlServer.Management.IntegrationServices