다음을 통해 공유


ScriptCreate 메서드

코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. Generates a Transact-SQL script that can be used to create the job category, the operator category, or the alert category as specified by the scripting options.

네임스페이스:  Microsoft.SqlServer.Management.Smo.Agent
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
Protected Overrides Sub ScriptCreate ( _
    queries As StringCollection, _
    so As ScriptingOptions _
)
‘사용 방법
Dim queries As StringCollection
Dim so As ScriptingOptions

Me.ScriptCreate(queries, so)
protected override void ScriptCreate(
    StringCollection queries,
    ScriptingOptions so
)
protected:
virtual void ScriptCreate(
    StringCollection^ queries, 
    ScriptingOptions^ so
) override
abstract ScriptCreate : 
        queries:StringCollection * 
        so:ScriptingOptions -> unit 
override ScriptCreate : 
        queries:StringCollection * 
        so:ScriptingOptions -> unit 
protected override function ScriptCreate(
    queries : StringCollection, 
    so : ScriptingOptions
)

매개 변수

주의

생성된 스크립트에는 문서화되지 않았으나 전체 스크립트 결과에 필요한 내부 프로시저가 포함될 수 있습니다.