Writable Propiedad
Gets a value that indicates whether this is a read-write property. 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
ReadOnly Property Writable As Boolean
Get
'Uso
Dim instance As ISfcProperty
Dim value As Boolean
value = instance.Writable
bool Writable { get; }
property bool Writable {
bool get ();
}
abstract Writable : bool
function get Writable () : boolean
Valor de la propiedad
Tipo: System. . :: . .Boolean
true if this is a read-write property; false if this is a read-only property.
Vea también