共用方式為


GetAttribute 方法 (String)

Gets a property value. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。

命名空間:  Microsoft.SqlServer.Management.Sdk.Sfc
組件:  Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

語法

'宣告
Public Function GetAttribute ( _
    attributeName As String _
) As String
'用途
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

參數

傳回值

型別:System. . :: . .String
The property value of the attribute.