Share via


ITrigger.IsSqlClr Property

Gets a value that indicates whether the module 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 ITrigger 
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 the module is a CLR module; otherwise, false.

See Also

Reference

ITrigger Interface

Microsoft.SqlServer.Management.SqlParser.Metadata Namespace