Partager via


ISqlMultiStatementTableValuedFunction.ReturnTableVariable, propriété

Obtient ou définit le nom de la variable de table retournée par la fonction.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.String

Sécurité .NET Framework

Voir aussi

Référence

ISqlMultiStatementTableValuedFunction Interface

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms