ProjectInfo.Packages Propiedad
Gets the packages in the project.
Espacio de nombres: Microsoft.SqlServer.Management.IntegrationServices
Ensamblado: Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxis
'Declaración
<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 de la propiedad
Tipo: Microsoft.SqlServer.Management.IntegrationServices.PackageCollection
The packages in the project.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices