IsReadOnly-Eigenschaft
Gets or sets a read only condition for a Parameter.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute> _
Public Property IsReadOnly As Boolean
Get
Set
'Usage
Dim instance As Parameter
Dim value As Boolean
value = instance.IsReadOnly
instance.IsReadOnly = value
[SfcPropertyAttribute]
public bool IsReadOnly { get; set; }
[SfcPropertyAttribute]
public:
property bool IsReadOnly {
bool get ();
void set (bool value);
}
[<SfcPropertyAttribute>]
member IsReadOnly : bool with get, set
function get IsReadOnly () : boolean
function set IsReadOnly (value : boolean)