IndexedColumnCollection.Parent 屬性
Gets the Server object that is the parent of the IndexedColumnCollection object.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
Public ReadOnly Property Parent As Index
Get
'用途
Dim instance As IndexedColumnCollection
Dim value As Index
value = instance.Parent
public Index Parent { get; }
public:
property Index^ Parent {
Index^ get ();
}
member Parent : Index
function get Parent () : Index
屬性值
型別:Microsoft.SqlServer.Management.Smo.Index
A Server object that is the parent of the IndexedColumnCollection object.