FriendlyName Property

The friendly name of this ExtensionHandle. The friendly name is composed with ExtensionType's friendly defined in ExtensionDescriptionAttribute, plus the ConfigurationName. If there is no configuration for this extension, it will just be the friendly name of this extension.

Namespace:  Microsoft.Data.Tools.Schema.Extensibility
Assembly:  Microsoft.Data.Tools.Schema.Sql (in Microsoft.Data.Tools.Schema.Sql.dll)

Syntax

'Declaration
Public ReadOnly Property FriendlyName As String
    Get
'Usage
Dim instance As ExtensionHandle
Dim value As String

value = instance.FriendlyName
public string FriendlyName { get; }
public:
property String^ FriendlyName {
    String^ get ();
}
member FriendlyName : string
function get FriendlyName () : String

Property Value

Type: System..::..String

See Also

Reference

ExtensionHandle Class

Microsoft.Data.Tools.Schema.Extensibility Namespace