Compartilhar via


Propriedade do RDL ProjectInfo.Packages

Gets the packages in the project.

Namespace:  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintaxe

'Declaração
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,  _
    GetType(PackageInfo))> _
Public ReadOnly Property Packages As PackageCollection 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

ProjectInfo Classe

Namespace Microsoft.SqlServer.Management.IntegrationServices