Compartir a través de


IsSqlClr Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.SqlParser.Metadata
Ensamblado:  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Sintaxis

'Declaración
ReadOnly Property IsSqlClr As Boolean
    Get
'Uso
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

Valor de la propiedad

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