Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the Transact-SQL script generator.
Namespace: Microsoft.Data.Schema.Sql
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Protected Overridable ReadOnly Property ScriptGenerator As SqlScriptGenerator
protected virtual SqlScriptGenerator ScriptGenerator { get; }
protected:
virtual property SqlScriptGenerator^ ScriptGenerator {
SqlScriptGenerator^ get ();
}
abstract ScriptGenerator : SqlScriptGenerator
override ScriptGenerator : SqlScriptGenerator
function get ScriptGenerator () : SqlScriptGenerator
Property Value
Type: Microsoft.Data.Schema.ScriptDom.Sql.SqlScriptGenerator
.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.