ProjectInfo.Versions 속성

Gets the versions of the project.

네임스페이스:  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
The versions of the project.

참고 항목

참조

ProjectInfo 클래스

Microsoft.SqlServer.Management.IntegrationServices 네임스페이스