IsReadOnly-Eigenschaft
Gets a value that indicates that this parameter is read-only.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Syntax
'Declaration
ReadOnly Property IsReadOnly As Boolean
Get
'Usage
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
Eigenschaftswert
Typ: System. . :: . .Boolean
true if the parameter is read-only; otherwise, false.
Hinweise
This property applies only to module parameters of table data types.