Метод 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.
- value
Тип: System.Object
A https://go.microsoft.com/fwlink/?LinkId=25731 typecode value that represents the data type 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.