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 네임스페이스