Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of mappen te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen om mappen te wijzigen.
This feature will be removed in a future version of Microsoft SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use this feature.
The Parent property returns the SQL Distributed Management Objects (SQL-DMO) object owning the referenced SQL-DMO object.
Syntax
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);
Note
A C/C++ application obtains a reference on the parent object. The application must release its reference using the IUnknown::Release function.
Applies To:
All objects