Propriedade do RDL IsPersisted
Gets a value that indicates whether the computed value of the column is saved with the data.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System. . :: . .Boolean
true if the computed value is saved with the data; otherwise, false.
Consulte também