Propriété IsInline
Gets or sets 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
Property IsInline As Boolean
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System. . :: . .Boolean
true if the table-valued function is an inline function; otherwise, false.