xSQL Schema Compare SDK for SQL Server version 12
Script Class
Members 


Provides access to the T-SQL script of a database entity.
Object Model
Script Class
Syntax
'Declaration
 
Public NotInheritable Class Script 
public sealed class Script 
public __gc __sealed class Script 
Remarks

The script for entity is kept internally as a collection of script batches. A batch is a fragment that can be executed by SQL Server as a single unit.

To the get the T-SQL script for an entity, call either the ToString or GetScript method.

Inheritance Hierarchy

System.Object
   xSQL.Schema.SqlServer.Script

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Script Members
xSQL.Schema.SqlServer Namespace

 

 


©Copyright 2022 xSQL Software. All Rights Reserved.

Send Feedback