Partager via


Propriété DropFullTextIndexStatement.TableName

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

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property TableName As SchemaObjectName 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

DropFullTextIndexStatement Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom