UserVisibleFeature.GetFeatureFriendlyName(ServiceContainer, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The friendly name of the feature.