VariableReference.Name Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the variable name.

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

Syntax

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

Property Value

Type: System.String

The variable name.

See Also

VariableReference Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top