Méthode ParameterBase.isParentClrImplemented
Gets a Boolean which indicates whether the parent object is implemented in CLR.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Protected Overridable Function isParentClrImplemented As Boolean
'Utilisation
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
Valeur de retour
Type : System.Boolean
A Boolean which is true if the parent object is implemented in CLR; otherwise false.