Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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