SetVariableStatement.Identifier Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the identifier that can represent the property, field or method. Optional, may be null.

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

Syntax

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

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.Identifier

The identifier that can represent the property, field or method.

See Also

SetVariableStatement Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top