SetVariableStatement.SeparatorType (Propiedad)

Obtiene o establece el tipo de separador.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.SeparatorType
Devuelve un valor de enumeración SeparatorType.

Seguridad de .NET Framework

Vea también

Referencia

SetVariableStatement Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)