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 네임스페이스