Sdílet prostřednictvím


ServerGroup.ISfcCreatable.ScriptCreate Method

Produces the script to create this object to storage in its current state. Do not reference this member directly in your code. It supports the SQL Server infrastructure..

Namespace:  Microsoft.SqlServer.Management.RegisteredServers
Assembly:  Microsoft.SqlServer.Management.RegisteredServers (in Microsoft.SqlServer.Management.RegisteredServers.dll)

Syntax

'Declaration
Private Function ScriptCreate As ISfcScript
    Implements ISfcCreatable.ScriptCreate
'Usage
Dim instance As ServerGroup
Dim returnValue As ISfcScript

returnValue = CType(instance, ISfcCreatable).ScriptCreate()
ISfcScript ISfcCreatable.ScriptCreate()
private:
virtual ISfcScript^ ScriptCreate() sealed = ISfcCreatable::ScriptCreate
private abstract ScriptCreate : unit -> ISfcScript 
private override ScriptCreate : unit -> ISfcScript 
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Return Value

Type: Microsoft.SqlServer.Management.Sdk.Sfc.ISfcScript
An ISfcScript object that contains the script.

Implements

ISfcCreatable.ScriptCreate()

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.