Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the packages in the project.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, _
GetType(PackageInfo))> _
Public ReadOnly Property Packages As PackageCollection
Get
'Usage
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
Property Value
Type: Microsoft.SqlServer.Management.IntegrationServices.PackageCollection
The packages in the project.
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace