Sdílet prostřednictvím


SetVariableStatement.SeparatorType – vlastnost

Získá nebo nastaví typ oddělovače.

Obor názvů:  Microsoft.Data.Schema.ScriptDom.Sql
Sestavení:  Microsoft.Data.Schema.ScriptDom.Sql (v Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Deklarace
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)

Hodnota vlastnosti

Typ: Microsoft.Data.Schema.ScriptDom.Sql.SeparatorType
Vrátí SeparatorType hodnotu výčtu.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

SetVariableStatement Třída

Microsoft.Data.Schema.ScriptDom.Sql – obor názvů