RouteStatement.RouteOptions Property

 

Applies To: SQL Server 2016 Preview

Gets a list of route options.

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

Syntax

public IList<RouteOption> RouteOptions { get; }
public:
property IList<RouteOption^>^ RouteOptions {
    IList<RouteOption^>^ get();
}
member RouteOptions : IList<RouteOption> with get
Public ReadOnly Property RouteOptions As IList(Of RouteOption)

Property Value

Type: System.Collections.Generic.IList<RouteOption>

A list of route options.

See Also

RouteStatement Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top