Partilhar via


Propriedade do RDL IsInline

Gets a value that indicates whether the table-valued function is an inline function.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)

Sintaxe

'Declaração
ReadOnly Property IsInline As Boolean
    Get
'Uso
Dim instance As ITableValuedFunction
Dim value As Boolean

value = instance.IsInline
bool IsInline { get; }
property bool IsInline {
    bool get ();
}
abstract IsInline : bool
function get IsInline () : boolean

Valor da propriedade

Tipo: System. . :: . .Boolean
true if the table-valued function is an inline function; otherwise, false.