Urn.GetAttribute メソッド (String, String)

attributeName と type によって指定されたプロパティ値を取得します。 このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

名前空間:  Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ:  Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)

構文

'宣言
Public Function GetAttribute ( _
    attributeName As String, _
    type As String _
) As String
'使用
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

パラメーター

  • attributeName
    型: System.String
    属性名を示す文字列値です。
  • type
    型: System.String
    レベル名を示す文字列値です。

戻り値

型: System.String
プロパティ値を表す文字列です。

関連項目

参照

Urn クラス

GetAttribute オーバーロード

Microsoft.SqlServer.Management.Sdk.Sfc 名前空間