BackwardsCompatibleDropIndexClause.Index 屬性
Gets or sets the index and table name together.
命名空間: Microsoft.SqlServer.TransactSql.ScriptDom
組件: Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
語法
'宣告
Public Property Index As ChildObjectName
Get
Set
'用途
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)
屬性值
型別:Microsoft.SqlServer.TransactSql.ScriptDom.ChildObjectName
The index and table name together.