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
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)
Property Value
Type: Microsoft.Data.Schema.ScriptDom.Sql.AlterIndexType
Returns the value of a AlterIndexType enumeration.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.