SfcPropertyAttribute.ReadOnlyAfterCreation Property
Gets or sets a value indicating whether to read only the specified flags after creations. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Property ReadOnlyAfterCreation As Boolean
Get
Set
'Usage
Dim instance As SfcPropertyAttribute
Dim value As Boolean
value = instance.ReadOnlyAfterCreation
instance.ReadOnlyAfterCreation = value
public bool ReadOnlyAfterCreation { get; set; }
public:
property bool ReadOnlyAfterCreation {
bool get ();
void set (bool value);
}
member ReadOnlyAfterCreation : bool with get, set
function get ReadOnlyAfterCreation () : boolean
function set ReadOnlyAfterCreation (value : boolean)
Property Value
Type: System.Boolean
true to read only the specified flags after creation; otherwise, false.