ProjectVersionCollection.Item[Int64] 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 project version with the specified name.
public:
property Microsoft::SqlServer::Management::IntegrationServices::ProjectVersion ^ default[long] { Microsoft::SqlServer::Management::IntegrationServices::ProjectVersion ^ get(long lsn); };
public Microsoft.SqlServer.Management.IntegrationServices.ProjectVersion this[long lsn] { get; }
member this.Item(int64) : Microsoft.SqlServer.Management.IntegrationServices.ProjectVersion
Default Public ReadOnly Property Item(lsn As Long) As ProjectVersion
Parameters
- lsn
- Int64
The specified name.
Property Value
The project versions.