ProjectInfo.Versions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the versions of the project.
public:
property Microsoft::SqlServer::Management::IntegrationServices::ProjectVersionCollection ^ Versions { Microsoft::SqlServer::Management::IntegrationServices::ProjectVersionCollection ^ get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcObject(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcContainerRelationship.ChildContainer, Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcContainerCardinality.ZeroToAny, typeof(Microsoft.SqlServer.Management.IntegrationServices.ProjectVersion))]
public Microsoft.SqlServer.Management.IntegrationServices.ProjectVersionCollection Versions { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcObject(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcContainerRelationship.ChildContainer, Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcContainerCardinality.ZeroToAny, typeof(Microsoft.SqlServer.Management.IntegrationServices.ProjectVersion))>]
member this.Versions : Microsoft.SqlServer.Management.IntegrationServices.ProjectVersionCollection
Public ReadOnly Property Versions As ProjectVersionCollection
Property Value
The versions of the project.
- Attributes