Scripter 생성자 (Server)
Initializes a new instance of the Scripter class on the specified instance of SQL Server.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public Sub New ( _
svr As Server _
)
‘사용 방법
Dim svr As Server
Dim instance As New Scripter(svr)
public Scripter(
Server svr
)
public:
Scripter(
Server^ svr
)
new :
svr:Server -> Scripter
public function Scripter(
svr : Server
)
매개 변수
- svr
유형: Microsoft.SqlServer.Management.Smo.Server
A Server object that specifies the instance of SQL Server on which to run the scripting services.