Partager via


Propriété IsSqlClr

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

Espace de noms :  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly :  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Syntaxe

'Déclaration
ReadOnly Property IsSqlClr As Boolean
    Get
'Utilisation
Dim instance As IStoredProcedure
Dim value As Boolean

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

Valeur de propriété

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