Metoda Urn.GetAttribute (String)
Pobiera wartość właściwość.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 _
) As String
'Użycie
Dim instance As Urn
Dim attributeName As String
Dim returnValue As String
returnValue = instance.GetAttribute(attributeName)
public string GetAttribute(
string attributeName
)
public:
String^ GetAttribute(
String^ attributeName
)
member GetAttribute :
attributeName:string -> string
public function GetAttribute(
attributeName : String
) : String
Parametry
- attributeName
Typ: System.String
Wartość ciąg Określa nazwę atrybut.
Wartość zwracana
Typ: System.String
Wartość właściwość atrybut.
Zobacz także