Поделиться через


Метод ParameterBase.isParentClrImplemented

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

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Protected Overridable Function isParentClrImplemented As Boolean
'Применение
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

Возвращаемое значение

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

См. также

Справочник

ParameterBase Класс

Пространство имен Microsoft.SqlServer.Management.Smo