Compartir a través de


TableCollection.Parent Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public ReadOnly Property Parent As Database 
    Get
'Uso
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

Valor de la propiedad

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

Ejemplos

Usar colecciones

Vea también

Referencia

TableCollection Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo