SqlScriptGeneratorConstructor.ConstructServiceImplementation Method
Constructs a SQL script generator.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Protected MustOverride Function ConstructServiceImplementation As ScriptGenerator
protected abstract ScriptGenerator ConstructServiceImplementation()
protected:
virtual ScriptGenerator^ ConstructServiceImplementation() abstract override
override ConstructServiceImplementation : unit -> ScriptGenerator
protected abstract function ConstructServiceImplementation() : ScriptGenerator
Return Value
Type: Microsoft.Data.Schema.ScriptDom.ScriptGenerator
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.