Compartilhar via


Propriedade do RDL ProjectInfo.Versions

Gets the versions of the project.

Namespace:  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintaxe

'Declaração
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,  _
    GetType(ProjectVersion))> _
Public ReadOnly Property Versions As ProjectVersionCollection 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

ProjectInfo Classe

Namespace Microsoft.SqlServer.Management.IntegrationServices