次の方法で共有


ParameterBase.isParentClrImplemented メソッド

親オブジェクトが CLR で実装されているかどうかを示す Boolean を取得します。

名前空間:  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
親オブジェクトが CLR で実装されている場合は true に、それ以外の場合は false になる Boolean です。

関連項目

参照

ParameterBase クラス

Microsoft.SqlServer.Management.Smo 名前空間