Свойство SetVariableStatement.SeparatorType

Gets or sets the separator.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public Property SeparatorType As SeparatorType 
    Get 
    Set
'Применение
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)

Значение свойства

Тип: Microsoft.SqlServer.TransactSql.ScriptDom.SeparatorType
The separator type.

См. также

Справочник

SetVariableStatement Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom