Linguaggio

ApplicationClass.RemoveFolderFromDtsServer(String, String) Metodo

Definizione

Rimuove la cartella specificata dal server specificato.

public:
 virtual void RemoveFolderFromDtsServer(System::String ^ bstrFolderName, System::String ^ bstrServerName) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSApplication130::RemoveFolderFromDtsServer;
public:
 virtual void RemoveFolderFromDtsServer(System::String ^ bstrFolderName, System::String ^ bstrServerName) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSApplication150::RemoveFolderFromDtsServer;
[System.Runtime.InteropServices.DispId(45)]
public virtual void RemoveFolderFromDtsServer(string bstrFolderName, string bstrServerName);
[<System.Runtime.InteropServices.DispId(45)>]
abstract member RemoveFolderFromDtsServer : string * string -> unit
override this.RemoveFolderFromDtsServer : string * string -> unit
Public Overridable Sub RemoveFolderFromDtsServer (bstrFolderName As String, bstrServerName As String)

Parametri

bstrFolderName
String

Il nome della cartella da rimuovere.

bstrServerName
String

Il nome del server dove si trova la cartella.

Implementazioni

Attributi

Si applica a