Package.ProcessConfiguration 方法

Specifies the configuration information for a package and its objects.

命名空间:  Microsoft.SqlServer.Dts.Runtime
程序集:  Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)

语法

声明
Public Sub ProcessConfiguration ( _
    sPath As String, _
    value As Object _
)
用法
Dim instance As Package 
Dim sPath As String 
Dim value As Object

instance.ProcessConfiguration(sPath, _
    value)
public void ProcessConfiguration(
    string sPath,
    Object value
)
public:
void ProcessConfiguration(
    String^ sPath, 
    Object^ value
)
member ProcessConfiguration : 
        sPath:string * 
        value:Object -> unit
public function ProcessConfiguration(
    sPath : String, 
    value : Object
)

参数

  • sPath
    类型:System.String
    The location of the configuration file.

注释

You can call the GetTypeCode method on classes that implement the IConvertible interface to obtain the type code for an instance of that class. Otherwise, call an object's GetType method to obtain its Type object, and then call the Type object's GetTypeCode method to obtain the object's type code. For more information about the valid TypeCodes, see TypeCode Enumeration.

请参阅

参考

Package 类

Microsoft.SqlServer.Dts.Runtime 命名空间