Partilhar via


Propriedade do RDL AlterIndexStatement.AlterIndexType

Gets or sets the type of the alter index statement.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxe

'Declaração
Public Property AlterIndexType As AlterIndexType 
    Get 
    Set
'Uso
Dim instance As AlterIndexStatement 
Dim value As AlterIndexType 

value = instance.AlterIndexType

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

Valor da propriedade

Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.AlterIndexType
The type of the alter index statement.

Consulte também

Referência

AlterIndexStatement Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom