This topic has not yet been rated - Rate this topic

Property.ISfcProperty.Writable Property

Gets the Boolean property value that specifies whether the property can be modified.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
bool ISfcProperty.Writable { get; }

Property Value

Type: System.Boolean
A Boolean value that specifies whether the property can be modified or not.If True, the property can be modified.If False (default), the property cannot be modified.

Implements

ISfcProperty.Writable
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.