UserVisibleFeature.GetFeatureFriendlyName(ServiceContainer, String) メソッド

定義

特徴のフレンドリーな名前を取得します。

public:
 static System::String ^ GetFeatureFriendlyName(Microsoft::SqlServer::Chainer::Infrastructure::ServiceContainer ^ context, System::String ^ featureId);
public static string GetFeatureFriendlyName(Microsoft.SqlServer.Chainer.Infrastructure.ServiceContainer context, string featureId);
static member GetFeatureFriendlyName : Microsoft.SqlServer.Chainer.Infrastructure.ServiceContainer * string -> string
Public Shared Function GetFeatureFriendlyName (context As ServiceContainer, featureId As String) As String

パラメーター

context
Microsoft.SqlServer.Chainer.Infrastructure.ServiceContainer

コンテキスト。

featureId
String

機能 ID。

返品

この特徴の親しみやすい名前です。

適用対象