Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Gets a Boolean which indicates whether the parent object is implemented in CLR.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Protected Overridable Function isParentClrImplemented As Boolean
'Usage
Dim returnValue As Boolean
returnValue = Me.isParentClrImplemented()
protected virtual bool isParentClrImplemented()
protected:
virtual bool isParentClrImplemented()
abstract isParentClrImplemented : unit -> bool
override isParentClrImplemented : unit -> bool
protected function isParentClrImplemented() : boolean
Return Value
Type: System.Boolean
A Boolean which is true if the parent object is implemented in CLR; otherwise false.