Ixxerja permezz ta’


XPathExpressionBlock.GetAttributeFromFilter Method

Retrieves the attribute from filter if its value is specified. 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 Function GetAttributeFromFilter ( _
    attributeName As String _
) As String
'Usage
Dim instance As XPathExpressionBlock
Dim attributeName As String
Dim returnValue As String

returnValue = instance.GetAttributeFromFilter(attributeName)
public string GetAttributeFromFilter(
    string attributeName
)
public:
String^ GetAttributeFromFilter(
    String^ attributeName
)
member GetAttributeFromFilter : 
        attributeName:string -> string 
public function GetAttributeFromFilter(
    attributeName : String
) : String

Parameters

Return Value

Type: System.String
The attribute from filter.