DropFullTextIndexStatement.TableName 屬性
Gets or sets the name of the table with the fulltext index.
命名空間: Microsoft.SqlServer.TransactSql.ScriptDom
組件: Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
語法
'宣告
Public Property TableName As SchemaObjectName
Get
Set
'用途
Dim instance As DropFullTextIndexStatement
Dim value As SchemaObjectName
value = instance.TableName
instance.TableName = value
public SchemaObjectName TableName { get; set; }
public:
property SchemaObjectName^ TableName {
SchemaObjectName^ get ();
void set (SchemaObjectName^ value);
}
member TableName : SchemaObjectName with get, set
function get TableName () : SchemaObjectName
function set TableName (value : SchemaObjectName)
屬性值
型別:Microsoft.SqlServer.TransactSql.ScriptDom.SchemaObjectName
The name of the table with the fulltext index.