Interface IMutableIndex
Represents a mutable SQL Server index.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxe
'Declaração
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
O tipo IMutableIndex expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
Name | Gets the name of the metadata object. (Herdado de IMetadataObject.) | |
Parent | Gets the ITabular object that is the parent of this object. (Herdado de IIndex.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Accept< (Of < <' (T> ) > > ) | Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (Herdado de IMetadataObject.) |
Início