ISql100Table.IsChangeDataCaptureOn Property

Gets or sets whether change data capture is on.

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

Syntax

'Declaration
Property IsChangeDataCaptureOn As Boolean
    Get
    Set
'Usage
Dim instance As ISql100Table
Dim value As Boolean

value = instance.IsChangeDataCaptureOn

instance.IsChangeDataCaptureOn = value
bool IsChangeDataCaptureOn { get; set; }
property bool IsChangeDataCaptureOn {
    bool get ();
    void set (bool value);
}
function get IsChangeDataCaptureOn () : boolean
function set IsChangeDataCaptureOn (value : boolean)
abstract IsChangeDataCaptureOn : bool with get, set

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISql100Table Interface

ISql100Table Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace