Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.