Proprietà IsSqlClr
Gets or sets a value that indicates whether this is a CLR module.
Spazio dei nomi Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Sintassi
'Dichiarazione
Property IsSqlClr As Boolean
Get
Set
'Utilizzo
Dim instance As IMutableStoredProcedure
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)
Valore proprietà
Tipo: System. . :: . .Boolean
true if this is a CLR module; otherwise, false.