Share via


ISql100Table.IsChangeDataCaptureOn Property

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

Syntax

'Declaration
Property IsChangeDataCaptureOn As Boolean
'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)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISql100Table Interface

ISql100Table Members

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