Condividi tramite


Proprietà ReadOnlyAfterCreation

Gets or sets a value that indicates whether the property is read only after creation. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public Property ReadOnlyAfterCreation As Boolean
    Get
    Set
'Utilizzo
Dim instance As ObjectProperty
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)

Valore proprietà

Tipo: System. . :: . .Boolean
true if the property is read only after creation; otherwise, false.