ScriptFactory.CreateNewSqlObjectDocument 메서드

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

네임스페이스:  Microsoft.SqlServer.Management.UI.VSIntegration.Editors
어셈블리:  SQLEditors(SQLEditors.dll)

구문

‘선언
Public Sub CreateNewSqlObjectDocument ( _
    url As String, _
    name As String, _
    text As String _
)
‘사용 방법
Dim instance As ScriptFactory 
Dim url As String 
Dim name As String 
Dim text As String

instance.CreateNewSqlObjectDocument(url, _
    name, text)
public void CreateNewSqlObjectDocument(
    string url,
    string name,
    string text
)
public:
virtual void CreateNewSqlObjectDocument(
    String^ url, 
    String^ name, 
    String^ text
) sealed
abstract CreateNewSqlObjectDocument : 
        url:string * 
        name:string * 
        text:string -> unit  
override CreateNewSqlObjectDocument : 
        url:string * 
        name:string * 
        text:string -> unit
public final function CreateNewSqlObjectDocument(
    url : String, 
    name : String, 
    text : String
)

매개 변수

  • url
    유형: System.String
    A string value that specifies the URL.
  • name
    유형: System.String
    A string value that specifies the name of the script.
  • text
    유형: System.String
    A string value that specifies the text of the script.

참고 항목

참조

ScriptFactory 클래스

Microsoft.SqlServer.Management.UI.VSIntegration.Editors 네임스페이스