FunctionStatementBody.Name Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the name of the function. Can at most be a two part name.

Namespace:   Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

public SchemaObjectName Name { get; set; }
public:
property SchemaObjectName^ Name {
    SchemaObjectName^ get();
    void set(SchemaObjectName^ value);
}
member Name : SchemaObjectName with get, set
Public Property Name As SchemaObjectName

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.SchemaObjectName

The name of the function.

See Also

FunctionStatementBody Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top