Share via


IMutableDataType.IsUnknown Property

Gets or sets 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
Property IsUnknown As Boolean 
    Get 
    Set
'Usage
Dim instance As IMutableDataType 
Dim value As Boolean 

value = instance.IsUnknown

instance.IsUnknown = value
bool IsUnknown { get; set; }
property bool IsUnknown {
    bool get ();
    void set (bool value);
}
abstract IsUnknown : bool with get, set
function get IsUnknown () : boolean 
function set IsUnknown (value : boolean)

Property Value

Type: System.Boolean
true if the data type instance is a place holder unknown type; otherwise, false.

See Also

Reference

IMutableDataType Interface

Microsoft.SqlServer.Management.SqlParser.Metadata Namespace