AddSearchPropertyListAction.Id Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the Property Int id.

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

Syntax

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

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.IntegerLiteral

The Property Int id.

See Also

AddSearchPropertyListAction Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top