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


Provides access to the change data capture attributes of a database table.
Object Model
ChangeDataCapture Class
Syntax
'Declaration
 
Public NotInheritable Class ChangeDataCapture 
   Inherits SqlSerializableEntity
public sealed class ChangeDataCapture : SqlSerializableEntity 
public __gc __sealed class ChangeDataCapture : public SqlSerializableEntity 
Remarks
Change data capture object supports T-SQL scripting similar to other database entities such as tables or views. The change data capture for a table is enabled via sp_cdc_enable_table procedure and disabled via sp_cdc_disable_table procedure.
Inheritance Hierarchy

System.Object
   xSQL.Schema.Core.Entity
      xSQL.Schema.SqlServer.SqlEntity
         xSQL.Schema.SqlServer.SqlSerializableEntity
            xSQL.Schema.SqlServer.ChangeDataCapture

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

ChangeDataCapture Members
xSQL.Schema.SqlServer Namespace

 

 


©Copyright 2022 xSQL Software. All Rights Reserved.

Send Feedback