Metodo IDTSApplication100.RemoveFolderFromDtsServer

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Removes the specified folder from the specified server.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
Sub RemoveFolderFromDtsServer ( _
    bstrFolderName As String, _
    bstrServerName As String _
)
'Utilizzo
Dim instance As IDTSApplication100 
Dim bstrFolderName As String 
Dim bstrServerName As String

instance.RemoveFolderFromDtsServer(bstrFolderName, _
    bstrServerName)
void RemoveFolderFromDtsServer(
    string bstrFolderName,
    string bstrServerName
)
void RemoveFolderFromDtsServer(
    [InAttribute] String^ bstrFolderName, 
    [InAttribute] String^ bstrServerName
)
abstract RemoveFolderFromDtsServer : 
        bstrFolderName:string * 
        bstrServerName:string -> unit
function RemoveFolderFromDtsServer(
    bstrFolderName : String, 
    bstrServerName : String
)

Parametri

  • bstrFolderName
    Tipo: System.String
    The name of the folder to remove.
  • bstrServerName
    Tipo: System.String
    The name of the server where the folder is located.

Vedere anche

Riferimento

IDTSApplication100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper