IVsDataTableColumn.IsComputed Property
Gets a value indicating whether this column object is computed.
Namespace: Microsoft.VisualStudio.Data.Services.RelationalObjectModel
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
ReadOnly Property IsComputed As Boolean
'Usage
Dim instance As IVsDataTableColumn
Dim value As Boolean
value = instance.IsComputed
bool IsComputed { get; }
property bool IsComputed {
bool get ();
}
function get IsComputed () : boolean
Property Value
Type: System.Boolean
true if this column object is computed; otherwise, false.
.NET Framework Security
- 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.
See Also
Reference
Microsoft.VisualStudio.Data.Services.RelationalObjectModel Namespace