Compartilhar via


Propriedade do RDL SearchPropertyListCollection.Parent

Gets the Database which serves as the parent object to the SearchPropertyListCollection.

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

Sintaxe

'Declaração
Public ReadOnly Property Parent As Database 
    Get
'Uso
Dim instance As SearchPropertyListCollection 
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 da propriedade

Tipo: Microsoft.SqlServer.Management.Smo.Database
The Database which serves as the parent object to the SearchPropertyListCollection.

Consulte também

Referência

SearchPropertyListCollection Classe

Namespace Microsoft.SqlServer.Management.Smo