Partilhar via


Propriedade do RDL IsInline

Gets or sets 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
Property IsInline As Boolean
    Get
    Set
'Uso
Dim instance As IMutableTableValuedFunction
Dim value As Boolean

value = instance.IsInline

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

Valor da propriedade

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

Implementa

ITableValuedFunction. . :: . .IsInline