共用方式為


ReplicationSchemaBoundView.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.

請參閱

參考

ReplicationSchemaBoundView 類別

Microsoft.SqlServer.Replication 命名空間