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 命名空间