Compartir a través de


IsComVisible Propiedad

Gets a value that indicates whether the data type can be accessed from a COM component.

Espacio de nombres:  Microsoft.SqlServer.Management.SqlParser.Metadata
Ensamblado:  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Sintaxis

'Declaración
ReadOnly Property IsComVisible As Boolean
    Get
'Uso
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

Valor de la propiedad

Tipo: System. . :: . .Boolean
true if the data type can be accessed from a COM component; otherwise, false.