An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
Code sample located here will do this.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am able to access "IsSqlClrEnabled"(EXEC sp_configure 'clr enabled', 1;)
using this.ServerInstance.Configuration.IsSqlClrEnabled.ConfigValue; statement in C#,
how do i get value of 'clr strict security' ( SELECT * FROM sys.configurations WHERE name LIKE 'clr strict security';) in C# SMO latest version (161.46367.54)
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
Code sample located here will do this.