Condividi tramite


Proprietà SetVariableStatement.SeparatorType

Ottiene o imposta il tipo di separatore.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

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

Valore proprietà

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.SeparatorType
Restituisce un valore di enumerazione SeparatorType.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SetVariableStatement Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql