Proprietà ISqlMultiStatementTableValuedFunction.ReturnTableVariable

Ottiene o imposta il nome della variabile di tabella restituita dalla funzione.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
Property ReturnTableVariable As String
    Get
    Set
string ReturnTableVariable { get; set; }
property String^ ReturnTableVariable {
    String^ get ();
    void set (String^ value);
}
abstract ReturnTableVariable : string with get, set
function get ReturnTableVariable () : String
function set ReturnTableVariable (value : String)

Valore proprietà

Tipo: System.String

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISqlMultiStatementTableValuedFunction Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel