Propriété IsComVisible
Gets a value that indicates whether the data type can be accessed from a COM component.
Espace de noms : Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly : Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Syntaxe
'Déclaration
ReadOnly Property IsComVisible As Boolean
Get
'Utilisation
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
Valeur de propriété
Type : System. . :: . .Boolean
true if the data type can be accessed from a COM component; otherwise, false.
Voir aussi