Compartir a través de


ProjectInfo.Versions Propiedad

Gets the versions of the project.

Espacio de nombres:  Microsoft.SqlServer.Management.IntegrationServices
Ensamblado:  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintaxis

'Declaración
<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 de la propiedad

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

Vea también

Referencia

ProjectInfo Clase

Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices