Propriété PhysicalFacetAttribute.IsReadOnly
Gets a value indicating whether the facet is read-only. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public ReadOnly Property IsReadOnly As Boolean
Get
'Utilisation
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
Valeur de propriété
Type : System.Boolean
true if read-only; otherwise, false. The default is false.