Compartir a través de


IsReadOnly Propiedad

Gets a value indicating whether the facet is read-only. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Public ReadOnly Property IsReadOnly As Boolean
    Get
'Uso
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

Valor de la propiedad

Tipo: System. . :: . .Boolean
true if read-only; otherwise, false. The default is false.