AlterFullTextIndexStatement.OnName 속성

Gets or sets the name of the table to alter index on.

네임스페이스:  Microsoft.SqlServer.TransactSql.ScriptDom
어셈블리:  Microsoft.SqlServer.TransactSql.ScriptDom(Microsoft.SqlServer.TransactSql.ScriptDom.dll)

구문

‘선언
Public Property OnName As SchemaObjectName 
    Get 
    Set
‘사용 방법
Dim instance As AlterFullTextIndexStatement 
Dim value As SchemaObjectName 

value = instance.OnName

instance.OnName = value
public SchemaObjectName OnName { get; set; }
public:
property SchemaObjectName^ OnName {
    SchemaObjectName^ get ();
    void set (SchemaObjectName^ value);
}
member OnName : SchemaObjectName with get, set
function get OnName () : SchemaObjectName 
function set OnName (value : SchemaObjectName)

속성 값

유형: Microsoft.SqlServer.TransactSql.ScriptDom.SchemaObjectName
The name of the table to alter index on.

참고 항목

참조

AlterFullTextIndexStatement 클래스

Microsoft.SqlServer.TransactSql.ScriptDom 네임스페이스