Поделиться через


Свойство IsReadOnly

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

Пространство имен:  Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка:  Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)

Синтаксис

'Декларация
ReadOnly Property IsReadOnly As Boolean
    Get
'Применение
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

Значение свойства

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

Замечания

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