ProjectVersionCollection.Item[Int64] プロパティ

定義

指定した名前のプロジェクトのバージョンを取得します。

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

パラメーター

lsn
Int64

指定した名前。

プロパティ値

プロジェクトのバージョン。

適用対象