Propriedade Expression
Esta API tem suporte para a infraestrutura do .NET Framework e não deve ser usada diretamente do seu código.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
Property Expression As String
Get
Set
'Uso
Dim instance As IDTSExpression100
Dim value As String
value = instance.Expression
instance.Expression = value
string Expression { get; set; }
property String^ Expression {
String^ get ();
void set (String^ value);
}
abstract Expression : string with get, set
function get Expression () : String
function set Expression (value : String)
Valor da propriedade
Tipo: System. . :: . .String
Consulte também