Script 메서드
Generates a Transact-SQL script that can be used to create or remove the publication metadata at the Distributor.
네임스페이스: Microsoft.SqlServer.Replication
어셈블리: Microsoft.SqlServer.Rmo.dll의 Microsoft.SqlServer.Rmo
구문
‘선언
Public Function Script ( _
scriptOption As ScriptOptions _
) As String
‘사용 방법
Dim instance As DistributionPublication
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
매개 변수
- scriptOption
형식: Microsoft.SqlServer.Replication. . :: . .ScriptOptions
A ScriptOptions value that specifies the scripting options.
반환 값
형식: System. . :: . .String
A String value that is the script.
주의
You should not call the Script method. To generate a creation or deletion script for a transactional or snapshot publication, you should instead call the Script method on the TransPublication object.
The scriptOption parameter determines whether to return a creation script or a deletion script.
This namespace, class, or member is supported only in version 2.0 of the .NET Framework.