Partilhar via


Propriedade do RDL IsReadOnly

Gets a value that indicates that this parameter is read-only.

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

Sintaxe

'Declaração
ReadOnly Property IsReadOnly As Boolean
    Get
'Uso
Dim instance As IParameter
Dim value As Boolean

value = instance.IsReadOnly
bool IsReadOnly { get; }
property bool IsReadOnly {
    bool get ();
}
abstract IsReadOnly : bool
function get IsReadOnly () : boolean

Valor da propriedade

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

Comentários

This property applies only to module parameters of table data types.