Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Eigenschaftswert
Typ: Microsoft.SqlServer.Management.IntegrationServices.PackageCollection
The packages in the project.
Siehe auch
Verweis
Microsoft.SqlServer.Management.IntegrationServices-Namespace