Freigeben über


SetVariableStatement.SeparatorType-Eigenschaft

Ruft den Trennzeichentyp ab oder legt diesen fest.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property SeparatorType As SeparatorType
    Get
    Set
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)

Eigenschaftswert

Typ: Microsoft.Data.Schema.ScriptDom.Sql.SeparatorType
Gibt einen SeparatorType-Enumerationswert zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

SetVariableStatement Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace