Subject | English | Chinese Taiwan |
comp., MS | CLR function | CLR 函數 (A function created against a SQL Server assembly whose implementation is defined in an assembly created in the .NET Framework common language runtime (CLR)) |
comp., MS | CLR metadata | CLR 中繼資料 (Information that describes every element managed by the common language runtime: an assembly, loadable file, type, method, and so on. This can include information required for debugging and garbage collection, as well as security attributes, marshaling data, extended class and member definitions, version binding, and other information required by the runtime) |
comp., MS | CLR stored procedure | CLR 預存程序 (A stored procedure created against a SQL Server assembly whose implementation is defined in an assembly created in the .NET Framework common language runtime (CLR)) |
comp., MS | CLR trigger | CLR 觸發程序 (A trigger created against a SQL Server assembly whose implementation is defined in an assembly created in the .NET Framework common language runtime (CLR)) |
comp., MS | CLR user-defined type | CLR 使用者定義型別 (A user-defined data type created against a SQL Server assembly whose implementation is defined in an assembly created in the .NET Framework common language runtime (CLR)) |
comp., MS | plain old CLR object | 純舊 CLR 物件 (An object that does not inherit from another class or implement an interface) |