IDataType.IsUnknown Property
Gets a value that indicates whether the data type instance is a placeholder unknown type.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Syntax
'Declaration
ReadOnly Property IsUnknown As Boolean
Get
'Usage
Dim instance As IDataType
Dim value As Boolean
value = instance.IsUnknown
bool IsUnknown { get; }
property bool IsUnknown {
bool get ();
}
abstract IsUnknown : bool
function get IsUnknown () : boolean
Property Value
Type: System.Boolean
true if the data type instance is a placeholder unknown type; otherwise, false.