Partager via


Propriété BackwardsCompatibleDropIndexClause.Index

Gets or sets the index and table name together.

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

Syntaxe

'Déclaration
Public Property Index As ChildObjectName 
    Get 
    Set
'Utilisation
Dim instance As BackwardsCompatibleDropIndexClause 
Dim value As ChildObjectName 

value = instance.Index

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

Valeur de propriété

Type : Microsoft.SqlServer.TransactSql.ScriptDom.ChildObjectName
The index and table name together.

Voir aussi

Référence

BackwardsCompatibleDropIndexClause Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom