ScriptFactory.CreateNewSqlObjectDocument(String, String, String) Method

Definition

Creates a new SQL script with an URL as a moniker.

public:
 virtual void CreateNewSqlObjectDocument(System::String ^ url, System::String ^ name, System::String ^ text);
public void CreateNewSqlObjectDocument (string url, string name, string text);
abstract member CreateNewSqlObjectDocument : string * string * string -> unit
override this.CreateNewSqlObjectDocument : string * string * string -> unit
Public Sub CreateNewSqlObjectDocument (url As String, name As String, text As String)

Parameters

url
String

A string value that specifies the URL.

name
String

A string value that specifies the name of the script.

text
String

A string value that specifies the text of the script.

Implements

Applies to