Proprietà SqlPropertyInfo.IsWriteable
Gets the Boolean property value that specifies whether the property can be modified.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property IsWriteable As Boolean
Get
'Utilizzo
Dim instance As SqlPropertyInfo
Dim value As Boolean
value = instance.IsWriteable
public bool IsWriteable { get; }
public:
property bool IsWriteable {
bool get ();
}
member IsWriteable : bool
function get IsWriteable () : boolean
Valore proprietà
Tipo: System.Boolean
A Boolean value that specifies whether the property can be modified.If True, the property can be modified.If False (default), the property is read-only.