Partilhar via


Parent Property

Esse recurso será removido em uma versão futura do Microsoft SQL Server. Evite usar esse recurso em desenvolvimentos novos e planeje modificar os aplicativos que atualmente o utilizam.

The Parent property returns the SQL Distributed Management Objects (SQL-DMO) object owning the referenced SQL-DMO object.

Sintaxe

object.Parent

Parts

  • object
    An expression that evaluates to an object in the Applies To list

Data Type

Object

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetParent(LPSQLDMOSTDOBJECT* ppParent);
ObservaçãoObservação

A C/C++ application obtains a reference on the parent object. The application must release its reference using the IUnknown::Releasefunction.

Applies To:

All objects