ProjectInfo.Packages プロパティ
プロジェクト内のパッケージを取得します。
名前空間: 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
プロジェクト内のパッケージ。