ReplicationSchemaBoundView.IsIndexed Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.