PhysicalFacetAttribute.IsReadOnly Property
Gets a value indicating whether the facet is read-only. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public ReadOnly Property IsReadOnly As Boolean
Get
'Usage
Dim instance As PhysicalFacetAttribute
Dim value As Boolean
value = instance.IsReadOnly
public bool IsReadOnly { get; }
public:
property bool IsReadOnly {
bool get ();
}
member IsReadOnly : bool
function get IsReadOnly () : boolean
Property Value
Type: System.Boolean
true if read-only; otherwise, false. The default is false.