Méthode GetAttributeFromFilter
Retrieves the attribute from filter if its value is specified. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public Function GetAttributeFromFilter ( _
attributeName As String _
) As String
'Utilisation
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
Paramètres
- attributeName
Type : System. . :: . .String
A String that specifies the name of the attribute.
Valeur de retour
Type : System. . :: . .String
The attribute from filter.
Voir aussi