IsInline Propiedad
Gets a value that indicates whether the table-valued function is an inline function.
Espacio de nombres: Microsoft.SqlServer.Management.SqlParser.Metadata
Ensamblado: Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: System. . :: . .Boolean
true if the table-valued function is an inline function; otherwise, false.