IUserDefinedFunction.IsSqlClr Property

Gets a value that indicates whether this is a CLR module.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
ReadOnly Property IsSqlClr As Boolean 
    Get
'Usage
Dim instance As IUserDefinedFunction 
Dim value As Boolean 

value = instance.IsSqlClr
bool IsSqlClr { get; }
property bool IsSqlClr {
    bool get ();
}
abstract IsSqlClr : bool
function get IsSqlClr () : boolean

Property Value

Type: System.Boolean
true if this is a CLR module; otherwise, false.

See Also

Reference

IUserDefinedFunction Interface

Microsoft.SqlServer.Management.SqlParser.Metadata Namespace