Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.