다음을 통해 공유


Script 메서드

Generates a Transact-SQL script that can be used to re-create the publication as specified by the script options.

네임스페이스:  Microsoft.SqlServer.Replication
어셈블리:  Microsoft.SqlServer.Rmo(Microsoft.SqlServer.Rmo.dll)

구문

‘선언
Public Function Script ( _
    scriptOption As ScriptOptions _
) As String
‘사용 방법
Dim instance As Publication
Dim scriptOption As ScriptOptions
Dim returnValue As String

returnValue = instance.Script(scriptOption)
public string Script(
    ScriptOptions scriptOption
)
public:
String^ Script(
    ScriptOptions scriptOption
)
member Script : 
        scriptOption:ScriptOptions -> string 
public function Script(
    scriptOption : ScriptOptions
) : String

매개 변수

반환 값

유형: System. . :: . .String
A String that contains the Transact-SQL script that defines the publication.

주의

The scriptOption parameter determines whether to return a creation script or a deletion script. This method can be used for an existing object or a new object.

This namespace, class, or member is supported only in version 2.0 of the .NET Framework.