Leggere in inglese

Condividi tramite


Metodo ApplicationClass.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

public virtual void RemoveFolderFromDtsServer(
    string bstrFolderName,
    string bstrServerName
)

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.

Implementa

IDTSApplication100.RemoveFolderFromDtsServer(String, String)

Vedere anche

Riferimento

ApplicationClass Classe

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