Compartilhar via


Propriedade do RDL DropFullTextIndexStatement.TableName

Gets or sets the name of the table with the fulltext index.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxe

'Declaração
Public Property TableName As SchemaObjectName 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.SchemaObjectName
The name of the table with the fulltext index.

Consulte também

Referência

DropFullTextIndexStatement Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom