Propriété IsInline
Gets a value that indicates whether the table-valued function is an inline function.
Espace de noms : Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly : Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Syntaxe
'Déclaration
ReadOnly Property IsInline As Boolean
Get
'Utilisation
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
Valeur de propriété
Type : System. . :: . .Boolean
true if the table-valued function is an inline function; otherwise, false.