IsReadOnly Property (SqlServiceAdvancedProperty Class)

Applies to: SQL Server

Gets or sets the Boolean property that specifies whether the advanced property is read-only or not.

Syntax

  
object.IsReadOnly [= value]  

Parts

object
A SqlServiceAdvancedProperty Class object that represents an advanced property.

Property Value/Return Value

A Boolean value that specifies whether the advanced property is read-only or not: true if the advanced property is read-only, or false if the advanced property can be modified.

Remarks

See Also

Starting and Stopping Services