IDTSPackage100.Configurations 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得套件的配置集合。
public:
property Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConfigurations100 ^ Configurations { Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConfigurations100 ^ get(); };
[System.Runtime.InteropServices.DispId(37)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConfigurations100 Configurations { [System.Runtime.InteropServices.DispId(37)] get; }
[<System.Runtime.InteropServices.DispId(37)>]
[<get: System.Runtime.InteropServices.DispId(37)>]
member this.Configurations : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConfigurations100
Public ReadOnly Property Configurations As IDTSConfigurations100
屬性值
套件的配置集合。
- 屬性
備註
此介面由 Package 與 PackageNeutral 介面實作。