Dirty Propiedad
Gets a value that indicates whether the property value has been changed. 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 Dirty As Boolean
Get
'Uso
Dim instance As ISfcProperty
Dim value As Boolean
value = instance.Dirty
bool Dirty { get; }
property bool Dirty {
bool get ();
}
abstract Dirty : bool
function get Dirty () : boolean
Valor de la propiedad
Tipo: System. . :: . .Boolean
true if the property value has been changed; otherwise, false.
Vea también