Condividi tramite


Proprietà TableVariableName

Gets or sets a return table variable name.

Spazio dei nomi  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Sintassi

'Dichiarazione
Property TableVariableName As String
    Get
    Set
'Utilizzo
Dim instance As IMutableTableValuedFunction
Dim value As String

value = instance.TableVariableName

instance.TableVariableName = value
string TableVariableName { get; set; }
property String^ TableVariableName {
    String^ get ();
    void set (String^ value);
}
abstract TableVariableName : string with get, set
function get TableVariableName () : String
function set TableVariableName (value : String)

Valore proprietà

Tipo: System. . :: . .String
The return table variable name.

Implementa

ITableValuedFunction. . :: . .TableVariableName

Osservazioni

This property is set only for table-valued functions that are not inline.