UserVisibleFeature.GetFeatureFriendlyName(ServiceContainer, String) Method

Definition

Retrieves the friendly name of the feature.

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

Parameters

context
Microsoft.SqlServer.Chainer.Infrastructure.ServiceContainer

The context.

featureId
String

The feature ID.

Returns

String

The friendly name of the feature.

Applies to