Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the type of change tracking that is used by the referenced full-text index.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property ChangeTracking As ChangeTracking
Get
Set
'Usage
Dim instance As FullTextIndex
Dim value As ChangeTracking
value = instance.ChangeTracking
instance.ChangeTracking = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public ChangeTracking ChangeTracking { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property ChangeTracking ChangeTracking {
ChangeTracking get ();
void set (ChangeTracking value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member ChangeTracking : ChangeTracking with get, set
function get ChangeTracking () : ChangeTracking
function set ChangeTracking (value : ChangeTracking)
Property Value
Type: Microsoft.SqlServer.Management.Smo.ChangeTracking
A ChangeTracking object value that specifies the type of change tracking in the referenced full-text index.
Examples
See Also
Reference
Microsoft.SqlServer.Management.Smo Namespace