Delen via


SetVariableStatement.SeparatorType Property

Gets or sets the separator.

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

Syntax

'Declaration
Public Property SeparatorType As SeparatorType 
    Get 
    Set
'Usage
Dim instance As SetVariableStatement 
Dim value As SeparatorType 

value = instance.SeparatorType

instance.SeparatorType = value
public SeparatorType SeparatorType { get; set; }
public:
property SeparatorType SeparatorType {
    SeparatorType get ();
    void set (SeparatorType value);
}
member SeparatorType : SeparatorType with get, set
function get SeparatorType () : SeparatorType 
function set SeparatorType (value : SeparatorType)

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.SeparatorType
The separator type.

See Also

Reference

SetVariableStatement Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace