ExportConfigurationFile-Methode
Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.
This interface is implemented by the Package and PackageNeutral interfaces.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Sub ExportConfigurationFile ( _
bstrFileName As String _
)
'Usage
Dim instance As IDTSPackage100
Dim bstrFileName As String
instance.ExportConfigurationFile(bstrFileName)
void ExportConfigurationFile(
string bstrFileName
)
void ExportConfigurationFile(
[InAttribute] String^ bstrFileName
)
abstract ExportConfigurationFile :
bstrFileName:string -> unit
function ExportConfigurationFile(
bstrFileName : String
)
Parameter
- bstrFileName
Typ: System. . :: . .String