Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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.