xSQL Schema Compare SDK for SQL Server version 12
ScriptTypeEnum Enumeration


Defines constants that indicate the type of script included in a batch.
Syntax
'Declaration
 
Public Enum ScriptTypeEnum 
   Inherits System.Enum
public enum ScriptTypeEnum : System.Enum 
__value public enum ScriptTypeEnum : public System.Enum 
Members
MemberDescription
DatabaseAlterChangeDataCapture The script alter change data capture option in the database.
DatabaseAlterChangeTracking The script alter change tracking option in the database.
DatabaseAlterFullTextSearch The script alter the full-text search option in the database.
DatabaseConfigSettings The script set database configuration settings.
DatabaseDisableClrStrictSecurity The script that sets the option CLR strict security = 0.
DatabaseEnableClr The script enables the database CLR option.
DatabaseEnableRemoteDataArchiving The script that enables the remote data archiving in the database.
DatabaseEnableTrustworthy The script that sets the option TRUSTWORTHY = ON in the database.
DatabaseUseStatementThe script is a USE ]]> statement.
Script A regular T-SQL script.
Settings The script contains SET settings for the object.
TransactionBegin A BEGIN TRAN statement.
TransactionCommit A COMMIT TRAN statement.
UnsupportedObjectMessage The script contains a message generated for objects that are not supported and can't be scripted.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         xSQL.Schema.SqlServer.ScriptTypeEnum

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

xSQL.Schema.SqlServer Namespace

 

 


©Copyright 2022 xSQL Software. All Rights Reserved.

Send Feedback