共用方式為


IMutableIndex 介面

Represents a mutable SQL Server index. 

命名空間:  Microsoft.SqlServer.Management.SqlParser.Metadata
組件:  Microsoft.SqlServer.Management.SqlParser (在 Microsoft.SqlServer.Management.SqlParser.dll 中)

語法

'宣告
Public Interface IMutableIndex _
    Inherits IIndex, IMutableMetadataObject, IMetadataObject
'用途
Dim instance As IMutableIndex
public interface IMutableIndex : IIndex, 
    IMutableMetadataObject, IMetadataObject
public interface class IMutableIndex : IIndex, 
    IMutableMetadataObject, IMetadataObject
type IMutableIndex =  
    interface
        interface IIndex
        interface IMutableMetadataObject
        interface IMetadataObject
    end
public interface IMutableIndex extends IIndex, IMutableMetadataObject, IMetadataObject

IMutableIndex 型別公開下列成員。

屬性

  名稱 說明
公用屬性 Name Gets the name of the metadata object. (繼承自 IMetadataObject。)
公用屬性 Parent Gets the ITabular object that is the parent of this object. (繼承自 IIndex。)

上層

方法

  名稱 說明
公用方法 Accept< (Of < <' (T> ) > > ) Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (繼承自 IMetadataObject。)

上層