Compartir a través de


Interfaz IMutableIndex

Represents a mutable SQL Server index. 

Espacio de nombres:  Microsoft.SqlServer.Management.SqlParser.Metadata
Ensamblado:  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Sintaxis

'Declaración
Public Interface IMutableIndex _
    Inherits IIndex, IMutableMetadataObject, IMetadataObject
'Uso
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

El tipo IMutableIndex expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Name Gets the name of the metadata object. (Se hereda de IMetadataObject.)
Propiedad pública Parent Gets the ITabular object that is the parent of this object. (Se hereda de IIndex.)

Arriba

Métodos

  Nombre Descripción
Método público Accept< (Of < <' (T> ) > > ) Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (Se hereda de IMetadataObject.)

Arriba