Share via


Propriété AllowUpdates

Obtient l'objet ConfigProperty utilisé pour définir l'option de configuration Autoriser les mises à jour.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public ReadOnly Property AllowUpdates As ConfigProperty
    Get
'Utilisation
Dim instance As Configuration
Dim value As ConfigProperty

value = instance.AllowUpdates
public ConfigProperty AllowUpdates { get; }
public:
property ConfigProperty^ AllowUpdates {
    ConfigProperty^ get ();
}
member AllowUpdates : ConfigProperty
function get AllowUpdates () : ConfigProperty

Valeur de propriété

Type : Microsoft.SqlServer.Management.Smo. . :: . .ConfigProperty
Objet ConfigProperty qui spécifie les paramètres de l'option de configuration Autoriser les mises à jour.

Notes

In SQL Server, setting this option has no effect because direct updates to the system tables are not supported. For more information, see Option allow updates.