Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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
Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices