IDTSPackage100.ProcessConfiguration(String, Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定封裝及其物件的組態資訊。
public:
void ProcessConfiguration(System::String ^ bstrPath, System::Object ^ vValue);
[System.Runtime.InteropServices.DispId(69)]
public void ProcessConfiguration (string bstrPath, object vValue);
[<System.Runtime.InteropServices.DispId(69)>]
abstract member ProcessConfiguration : string * obj -> unit
Public Sub ProcessConfiguration (bstrPath As String, vValue As Object)
參數
- bstrPath
- String
組態檔的位置。
- vValue
- Object
組態檔的資料類型。
- 屬性
備註
此介面是由 Package 和 PackageNeutral 介面實作。