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 命名空间