ISql100Table.IsChangeDataCaptureOn Property

Gets or sets a value that indicates whether change data capture is enabled for this table.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property IsChangeDataCaptureOn As Boolean
bool IsChangeDataCaptureOn { get; set; }
property bool IsChangeDataCaptureOn {
    bool get ();
    void set (bool value);
}
abstract IsChangeDataCaptureOn : bool with get, set
function get IsChangeDataCaptureOn () : boolean
function set IsChangeDataCaptureOn (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISql100Table Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace