PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StdBEXDUStoredProc

    Definição de uma função do utilizador (execução de stored procedures).

    Inheritance
    System.Object
    StdBEXDUStoredProc
    Implements
    StdPlatBE100.IStdBEXDUStoredProc
    Inherited Members
    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: StdPlatBE100
    Assembly: StdPlatBE100.dll
    Syntax
    [ComVisible(true)]
    [Guid("BBD076B7-BBF5-4F0D-A11A-2B53C6ECE518")]
    [ClassInterface(ClassInterfaceType.None)]
    public class StdBEXDUStoredProc : IStdBEXDUStoredProc

    Constructors

    StdBEXDUStoredProc()

    Declaration
    public StdBEXDUStoredProc()

    Properties

    Funcao

    Identificador da função.

    Declaration
    public string Funcao { get; set; }
    Property Value
    Type Description
    System.String

    StoredProcedure

    Nome do stored procedure.

    Declaration
    public string StoredProcedure { get; set; }
    Property Value
    Type Description
    System.String

    Implements

    StdPlatBE100.IStdBEXDUStoredProc