Aracılığıyla paylaş


IndexedColumnCollection.Parent Property

Gets the Server object that is the parent of the IndexedColumnCollection object.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Bildirim
Public ReadOnly Property Parent As Index
    Get
'Kullanım
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

Property Value

Type: Microsoft.SqlServer.Management.Smo.Index
A Server object that is the parent of the IndexedColumnCollection object.

Examples

Using Collections

See Also

Reference

IndexedColumnCollection Class

Microsoft.SqlServer.Management.Smo Namespace