Compartir a través de


Parameter.IsReadOnly Propiedad

Gets or sets whether the parameter is read only.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<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 de la propiedad

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

Ejemplos

Crear, modificar y eliminar los procedimientos almacenados

Crear, modificar y eliminar índices

Vea también

Referencia

Parameter Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo