Dela via


AlterIndexStatement.AlterIndexType Property

Gets or sets the value describing the index alteration.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property AlterIndexType As AlterIndexType
'Usage
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);
}
public function get AlterIndexType () : AlterIndexType 
public function set AlterIndexType (value : AlterIndexType)

Property Value

Type: Microsoft.Data.Schema.ScriptDom.Sql.AlterIndexType
Returns the value of a T[:Microsoft.Data.Schema.ScriptDom.Sql.AlterIndexType] enumeration.

.NET Framework Security

See Also

Reference

AlterIndexStatement Class

AlterIndexStatement Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace