ProjectVersionCollection.Item[Int64] Property

Definition

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.

Applies to