SetVariableStatement.SeparatorType Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the separator.

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

Syntax

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

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.SeparatorType

The separator type.

See Also

SetVariableStatement Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top