AlterIndexStatement.AlterIndexType 属性

Gets or sets the type of the alter index statement.

命名空间:  Microsoft.SqlServer.TransactSql.ScriptDom
程序集:  Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

语法

声明
Public Property AlterIndexType As AlterIndexType 
    Get 
    Set
用法
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)

属性值

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

请参阅

参考

AlterIndexStatement 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间