Bagikan melalui


IDTSApplication100.SaveToDtsServer Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Saves a package to the specified server.

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

Syntax

'Declaration
Sub SaveToDtsServer ( _
    pPackage As IDTSPackage100, _
    pEvents As IDTSEvents100, _
    bstrPackagePath As String, _
    bstrServerName As String _
)
'Usage
Dim instance As IDTSApplication100 
Dim pPackage As IDTSPackage100 
Dim pEvents As IDTSEvents100 
Dim bstrPackagePath As String 
Dim bstrServerName As String

instance.SaveToDtsServer(pPackage, pEvents, _
    bstrPackagePath, bstrServerName)
void SaveToDtsServer(
    IDTSPackage100 pPackage,
    IDTSEvents100 pEvents,
    string bstrPackagePath,
    string bstrServerName
)
void SaveToDtsServer(
    [InAttribute] IDTSPackage100^ pPackage, 
    [InAttribute] IDTSEvents100^ pEvents, 
    [InAttribute] String^ bstrPackagePath, 
    [InAttribute] String^ bstrServerName
)
abstract SaveToDtsServer : 
        pPackage:IDTSPackage100 * 
        pEvents:IDTSEvents100 * 
        bstrPackagePath:string * 
        bstrServerName:string -> unit
function SaveToDtsServer(
    pPackage : IDTSPackage100, 
    pEvents : IDTSEvents100, 
    bstrPackagePath : String, 
    bstrServerName : String
)

Parameters

  • bstrPackagePath
    Type: System.String
    The name to give the package when saved. You can preface the name with a path.
  • bstrServerName
    Type: System.String
    The name of the server to save the package to.

See Also

Reference

IDTSApplication100 Interface

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace