共用方式為


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
)

參數

範例

指令碼