Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the index and table name together.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property Index As ChildObjectName
Get
Set
'Usage
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)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.ChildObjectName
The index and table name together.