ProjectInfo.Packages 属性

Gets the packages in the project.

命名空间:  Microsoft.SqlServer.Management.IntegrationServices
程序集:  Microsoft.SqlServer.Management.IntegrationServices(在 Microsoft.SqlServer.Management.IntegrationServices.dll 中)

语法

声明
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,  _
    GetType(PackageInfo))> _
Public ReadOnly Property Packages As PackageCollection 
    Get
用法
Dim instance As ProjectInfo 
Dim value As PackageCollection 

value = instance.Packages
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(PackageInfo))]
public PackageCollection Packages { get; }
[SfcObjectAttribute(SfcContainerRelationship::ChildContainer, SfcContainerCardinality::ZeroToAny, 
    typeof(PackageInfo))]
public:
property PackageCollection^ Packages {
    PackageCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(PackageInfo))>]
member Packages : PackageCollection
function get Packages () : PackageCollection

属性值

类型:Microsoft.SqlServer.Management.IntegrationServices.PackageCollection
The packages in the project.

请参阅

参考

ProjectInfo 类

Microsoft.SqlServer.Management.IntegrationServices 命名空间