Compartilhar via


Propriedade SetVariableStatement.SeparatorType

Obtém ou define o tipo de separador.

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

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.SeparatorType
Retorna um SeparatorType valor de enumeração.

Segurança do .NET Framework

Consulte também

Referência

SetVariableStatement Classe

Namespace Microsoft.Data.Schema.ScriptDom.Sql