Partilhar via


Propriedade do RDL SfcPropertyAttribute.ReadOnlyAfterCreation

Gets or sets a value indicating whether to read only the specified flags after creations. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
Public Property ReadOnlyAfterCreation As Boolean 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: System.Boolean
true to read only the specified flags after creation; otherwise, false.

Consulte também

Referência

SfcPropertyAttribute Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc.Metadata