PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StdBELoginSQL

    Dados da ligação ao servidor de dados por Utilizador ERP.

    Inheritance
    System.Object
    StdBE
    StdBaseBE
    StdBELoginSQL
    Inherited Members
    StdBE.SerializeJson()
    StdBE.SerializeJson(List<String>)
    StdBE.ParseJsonText(String, List<String>)
    StdBE.SerializeJsonToXml(String, List<String>)
    StdBE.SerializeXml(XmlAttributeOverrides, XmlSerializerNamespaces)
    StdBE.Clone()
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: StdBE100
    Assembly: StdBE100.dll
    Syntax
    public class StdBELoginSQL : StdBaseBE

    Constructors

    StdBELoginSQL()

    Declaration
    public StdBELoginSQL()

    Fields

    AutenticacaoWindows

    Se é usada Autenticação Windows no SQL Server

    Declaration
    public bool AutenticacaoWindows
    Field Value
    Type Description
    System.Boolean

    LoginERP

    Login usado no ERP.

    Declaration
    public string LoginERP
    Field Value
    Type Description
    System.String

    LoginSQL

    Login usado no SQL.

    Declaration
    public string LoginSQL
    Field Value
    Type Description
    System.String

    Password

    Password do SQL.

    Declaration
    public string Password
    Field Value
    Type Description
    System.String