Compartir a través de


ParameterBase.isParentClrImplemented Método

Gets a Boolean which indicates whether the parent object is implemented in CLR.

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

Sintaxis

'Declaración
Protected Overridable Function isParentClrImplemented As Boolean
'Uso
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

Valor devuelto

Tipo: System.Boolean
A Boolean which is true if the parent object is implemented in CLR; otherwise false.

Vea también

Referencia

ParameterBase Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo