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.