IsIndexed 属性

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

命名空间:  Microsoft.SqlServer.Replication
程序集:  Microsoft.SqlServer.Rmo(在 Microsoft.SqlServer.Rmo.dll 中)

语法

声明
Public Property IsIndexed As Boolean
    Get
    Set
用法
Dim instance As ReplicationSchemaBoundView
Dim value As Boolean

value = instance.IsIndexed

instance.IsIndexed = value
public bool IsIndexed { get; set; }
public:
property bool IsIndexed {
    bool get ();
    void set (bool value);
}
member IsIndexed : bool with get, set
function get IsIndexed () : boolean
function set IsIndexed (value : boolean)

属性值

类型:System. . :: . .Boolean
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.

注释

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