Partager via


Propriété ObjectProperty.ReadOnlyAfterCreation

Gets or sets a value that indicates whether the property is read only after creation. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public Property ReadOnlyAfterCreation As Boolean 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

ObjectProperty Classe

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc