Proprietà IsReadOnly
Gets a value indicating whether the facet is read-only. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property IsReadOnly As Boolean
Get
'Utilizzo
Dim instance As PhysicalFacetAttribute
Dim value As Boolean
value = instance.IsReadOnly
public bool IsReadOnly { get; }
public:
property bool IsReadOnly {
bool get ();
}
member IsReadOnly : bool
function get IsReadOnly () : boolean
Valore proprietà
Tipo: System. . :: . .Boolean
true if read-only; otherwise, false. The default is false.
Vedere anche