ObjectProperty.ReadOnlyAfterCreation Propiedad
Gets or sets a value that indicates whether the property is read only after creation. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Public Property ReadOnlyAfterCreation As Boolean
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System.Boolean
true if the property is read only after creation; otherwise, false.