Partilhar via


Propriedade do RDL IsSqlClr

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

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

Sintaxe

'Declaração
Property IsSqlClr As Boolean
    Get
    Set
'Uso
Dim instance As IMutableUserDefinedFunction
Dim value As Boolean

value = instance.IsSqlClr

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

Valor da propriedade

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

Implementa

IUserDefinedFunction. . :: . .IsSqlClr