TableCollection.Parent Property

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

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

Syntax

'Declaration
Public ReadOnly Property Parent As Database 
    Get
'Usage
Dim instance As TableCollection 
Dim value As Database 

value = instance.Parent
public Database Parent { get; }
public:
property Database^ Parent {
    Database^ get ();
}
member Parent : Database
function get Parent () : Database

Property Value

Type: Microsoft.SqlServer.Management.Smo.Database
A Boolean object that is the parent of the TableCollection object.

Examples

Using Collections

See Also

Reference

TableCollection Class

Microsoft.SqlServer.Management.Smo Namespace