IDTSExpression100.Expression Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém ou define a expressão.
public:
property System::String ^ Expression { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.InteropServices.DispId(39)]
public string Expression { [System.Runtime.InteropServices.DispId(39)] get; [System.Runtime.InteropServices.DispId(39)] set; }
[<System.Runtime.InteropServices.DispId(39)>]
[<get: System.Runtime.InteropServices.DispId(39)>]
[<set: System.Runtime.InteropServices.DispId(39)>]
member this.Expression : string with get, set
Public Property Expression As String
Valor da propriedade
A expressão.
- Atributos