ScriptCreate 메서드
Creates a new audit specification script.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Protected Overrides Sub ScriptCreate ( _
query As StringCollection, _
so As ScriptingOptions _
)
‘사용 방법
Dim query As StringCollection
Dim so As ScriptingOptions
Me.ScriptCreate(query, so)
protected override void ScriptCreate(
StringCollection query,
ScriptingOptions so
)
protected:
virtual void ScriptCreate(
StringCollection^ query,
ScriptingOptions^ so
) override
abstract ScriptCreate :
query:StringCollection *
so:ScriptingOptions -> unit
override ScriptCreate :
query:StringCollection *
so:ScriptingOptions -> unit
protected override function ScriptCreate(
query : StringCollection,
so : ScriptingOptions
)
매개 변수
- query
유형: System.Collections.Specialized. . :: . .StringCollection
A StringCollection object that specifies the audit specification script to be created.
- so
유형: Microsoft.SqlServer.Management.Smo. . :: . .ScriptingOptions
A ScriptingOptions object that specifies the scripting options associated with the new script.