XPathExpressionBlock.GetUniqueAttribute(FilterNode) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
get the value of an attribute for a filter of the form [@Attribute = ddd]
public static string GetUniqueAttribute (Microsoft.SqlServer.Management.Sdk.Sfc.FilterNode filter);
static member GetUniqueAttribute : Microsoft.SqlServer.Management.Sdk.Sfc.FilterNode -> string
Public Shared Function GetUniqueAttribute (filter As FilterNode) As String
Parameters
- filter
- FilterNode