Metoda Urn.GetAttribute (String, String)
Pobiera wartość właściwość określonej przez attributeName i type.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 Urn
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
- attributeName
Typ: System.String
Wartość ciąg Określa nazwę atrybut.
- type
Typ: System.String
Wartość ciąg Określa nazwę poziom.
Wartość zwracana
Typ: System.String
Ciąg, który zawiera wartość właściwość.
Zobacz także