ApplicationClass.RemoveFolderFromDtsServer(String, String) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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
Nome della cartella da rimuovere.
- bstrServerName
- String
Nome del server in cui si trova la cartella.
Implementazioni
- Attributi