Share via


QueryColumnMetadata.IsComputed Property

Gets or sets a value that indicates whether the column data is computed within a query result.

Namespace:  Microsoft.Web.Management.DatabaseManager
Assembly:  Microsoft.Web.Management.DatabaseManager (in Microsoft.Web.Management.DatabaseManager.dll)

Syntax

'Declaration
Public Property IsComputed As Boolean
'Usage
Dim instance As QueryColumnMetadata
Dim value As Boolean

value = instance.IsComputed

instance.IsComputed = value
public bool IsComputed { get; set; }
public:
property bool IsComputed {
    bool get ();
    void set (bool value);
}
function get IsComputed () : boolean
function set IsComputed (value : boolean)

Property Value

Type: System.Boolean
true if the column data is computed; otherwise, false.

Remarks

The data in some database columns is computed by the database server; for example, an identity column may be a computed value.

Permissions

See Also

Reference

QueryColumnMetadata Class

Microsoft.Web.Management.DatabaseManager Namespace