Propriedade do RDL IsComVisible
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 (em Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System. . :: . .Boolean
true if the data type can be accessed from a COM component; otherwise, false.
Consulte também