ProjectInfo.Packages 속성

Gets the packages in the project.

네임스페이스:  Microsoft.SqlServer.Management.IntegrationServices
어셈블리:  Microsoft.SqlServer.Management.IntegrationServices(Microsoft.SqlServer.Management.IntegrationServices.dll)

구문

‘선언
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,  _
    GetType(PackageInfo))> _
Public ReadOnly Property Packages As PackageCollection 
    Get
‘사용 방법
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

속성 값

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

참고 항목

참조

ProjectInfo 클래스

Microsoft.SqlServer.Management.IntegrationServices 네임스페이스