ProjectInfo.Versions プロパティ
プロジェクトのバージョンを取得します。
名前空間: Microsoft.SqlServer.Management.IntegrationServices
アセンブリ: Microsoft.SqlServer.Management.IntegrationServices (Microsoft.SqlServer.Management.IntegrationServices.dll)
構文
'宣言
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, _
GetType(ProjectVersion))> _
Public ReadOnly Property Versions As ProjectVersionCollection
Get
'使用
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
プロパティ値
型: Microsoft.SqlServer.Management.IntegrationServices.ProjectVersionCollection
プロジェクトのバージョン。