Propriedade do RDL IsUnknown
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 (em Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxe
'Declaração
ReadOnly Property IsUnknown As Boolean
Get
'Uso
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
Valor da propriedade
Tipo: System. . :: . .Boolean
true if the data type instance is a placeholder unknown type; otherwise, false.
Consulte também