IsPersisted Propiedad
Gets a value that indicates whether the computed value of the column is saved with the data.
Espacio de nombres: Microsoft.SqlServer.Management.SqlParser.Metadata
Ensamblado: Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxis
'Declaración
Public ReadOnly Property IsPersisted As Boolean
Get
'Uso
Dim instance As ComputedColumnInfo
Dim value As Boolean
value = instance.IsPersisted
public bool IsPersisted { get; }
public:
property bool IsPersisted {
bool get ();
}
member IsPersisted : bool
function get IsPersisted () : boolean
Valor de la propiedad
Tipo: System. . :: . .Boolean
true if the computed value is saved with the data; otherwise, false.
Vea también