Udostępnij za pośrednictwem


Metoda XPathExpression.GetAttribute

Pobiera atrybut dla danego poziom z filtru.Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Sdk.Sfc
Zestaw:  Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Składnia

'Deklaracja
Public Function GetAttribute ( _
    attributeName As String, _
    type As String _
) As String
'Użycie
Dim instance As XPathExpression
Dim attributeName As String
Dim type As String
Dim returnValue As String

returnValue = instance.GetAttribute(attributeName, _
    type)
public string GetAttribute(
    string attributeName,
    string type
)
public:
String^ GetAttribute(
    String^ attributeName, 
    String^ type
)
member GetAttribute : 
        attributeName:string * 
        type:string -> string 
public function GetAttribute(
    attributeName : String, 
    type : String
) : String

Parametry

Wartość zwracana

Typ: System.String
Atrybut dla danego poziom z filtru.