Megosztás:


XmlReadMultipleLink.Expression Property

Gets the value of expression that is used for multiple links. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

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

Syntax

'Declaration
Public ReadOnly Property Expression As String 
    Get
'Usage
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

Property Value

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

See Also

Reference

XmlReadMultipleLink Class

Microsoft.SqlServer.Management.Sdk.Sfc Namespace