إشعار
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تسجيل الدخول أو تغيير الدلائل.
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تغيير الدلائل.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Creates an XML file that contains all deployable variables in the package.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Public Overridable Sub ExportConfigurationFile ( _
bstrFileName As String _
)
'Usage
Dim instance As PackageClass
Dim bstrFileName As String
instance.ExportConfigurationFile(bstrFileName)
public virtual void ExportConfigurationFile(
string bstrFileName
)
public:
virtual void ExportConfigurationFile(
[InAttribute] String^ bstrFileName
)
abstract ExportConfigurationFile :
bstrFileName:string -> unit
override ExportConfigurationFile :
bstrFileName:string -> unit
public function ExportConfigurationFile(
bstrFileName : String
)
Parameters
- bstrFileName
Type: System.String
The name of the configuration file.
Implements
IDTSPackage100.ExportConfigurationFile(String)
Remarks
For more information, see Package.