Partilhar via


Propriedade do RDL XmlReadMultipleLink.Expression

Gets the value of expression that is used for multiple links. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
Public ReadOnly Property Expression As String 
    Get
'Uso
Dim instance As XmlReadMultipleLink 
Dim value As String 

value = instance.Expression
public string Expression { get; }
public:
property String^ Expression {
    String^ get ();
}
member Expression : string
function get Expression () : String

Valor da propriedade

Tipo: System.String
A string value for the expression.

Consulte também

Referência

XmlReadMultipleLink Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc