AddSearchPropertyListAction.Description Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the Optional property description.

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

Syntax

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

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.StringLiteral

The Optional property description.

See Also

AddSearchPropertyListAction Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top