Urn.GetAttribute メソッド (String)
プロパティ値を取得します。 このメンバーをコード内で直接参照しないでください。このメンバーは、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
パラメーター
- attributeName
型: System.String
属性名を示す文字列値です。
戻り値
型: System.String
属性のプロパティ値です。