ReplicationSchemaBoundView.IsIndexed Property

Definition

Gets or sets whether an index was created on the referenced schema-bound view or not.

public:
 property bool IsIndexed { bool get(); void set(bool value); };
public bool IsIndexed { get; set; }
member this.IsIndexed : bool with get, set
Public Property IsIndexed As Boolean

Property Value

A Boolean value. If true, an index was created on the schema-bound view. If false, an index was not created on the schema-bound view.

Remarks

This namespace, class, or member is supported only in version 2.0 of the .NET Framework.

Applies to