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
- 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.