Propriété IsSqlClrEnabled
Obtient l'objet ConfigProperty utilisé pour définir l'option de configuration CLR activé.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public ReadOnly Property IsSqlClrEnabled As ConfigProperty
Get
'Utilisation
Dim instance As Configuration
Dim value As ConfigProperty
value = instance.IsSqlClrEnabled
public ConfigProperty IsSqlClrEnabled { get; }
public:
property ConfigProperty^ IsSqlClrEnabled {
ConfigProperty^ get ();
}
member IsSqlClrEnabled : ConfigProperty
function get IsSqlClrEnabled () : ConfigProperty
Valeur de propriété
Type : Microsoft.SqlServer.Management.Smo. . :: . .ConfigProperty
Objet ConfigProperty qui spécifie les paramètres de l'option de configuration CLR activé.
Voir aussi