共用方式為


CreateFullTextIndexStatement.OnName 屬性

Gets or sets the name of the fulltext catalog used for the fulltext index. This case is optional.

命名空間:  Microsoft.SqlServer.TransactSql.ScriptDom
組件:  Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

語法

'宣告
Public Property OnName As SchemaObjectName 
    Get 
    Set
'用途
Dim instance As CreateFullTextIndexStatement 
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 fulltext catalog used for the fulltext index.

請參閱

參考

CreateFullTextIndexStatement 類別

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間