IsReadOnly 属性
Gets or sets a read only condition for a Parameter.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
<SfcPropertyAttribute> _
Public Property IsReadOnly As Boolean
Get
Set
用法
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)