IClrDataType.IsComVisible Property
Gets a value that indicates whether the data type can be accessed from a COM component.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Syntax
'Declaration
ReadOnly Property IsComVisible As Boolean
Get
'Usage
Dim instance As IClrDataType
Dim value As Boolean
value = instance.IsComVisible
bool IsComVisible { get; }
property bool IsComVisible {
bool get ();
}
abstract IsComVisible : bool
function get IsComVisible () : boolean
Property Value
Type: System.Boolean
true if the data type can be accessed from a COM component; otherwise, false.