Partilhar via


Propriedade do RDL Parameter.IsReadOnly

Gets or sets whether the parameter is read only.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase Or SfcPropertyFlags.Design)> _
Public Property IsReadOnly As Boolean 
    Get 
    Set
'Uso
Dim instance As Parameter 
Dim value As Boolean 

value = instance.IsReadOnly

instance.IsReadOnly = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design)]
public bool IsReadOnly { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase|SfcPropertyFlags::Design)]
public:
property bool IsReadOnly {
    bool get ();
    void set (bool value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design)>]
member IsReadOnly : bool with get, set
function get IsReadOnly () : boolean 
function set IsReadOnly (value : boolean)

Valor da propriedade

Tipo: System.Boolean
True if the parameter is read-only; otherwise, false.

Exemplos

Criando, alterando e removendo procedimentos armazenados

Criando, alterando e removendo índices

Consulte também

Referência

Parameter Classe

Namespace Microsoft.SqlServer.Management.Smo