Compartilhar via


Método IDTSPackage100.ExportConfigurationFile

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Creates an XML file that contains all deployable variables in the package.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

'Declaração
Sub ExportConfigurationFile ( _
    bstrFileName As String _
)
'Uso
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
)

Parâmetros

  • bstrFileName
    Tipo: System.String
    The name of the configuration file.

Comentários

This interface is implemented by the Package and PackageNeutral interfaces.

Consulte também

Referência

IDTSPackage100 Interface

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper