ColumnSourceMirror.ExposedName Property

Gets the final name of the source.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property ExposedName As String
    Get
'Usage
Dim instance As ColumnSourceMirror
Dim value As String

value = instance.ExposedName
public override string ExposedName { get; }
public:
virtual property String^ ExposedName {
    String^ get () override;
}
override function get ExposedName () : String
abstract ExposedName : string
override ExposedName : string

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ColumnSourceMirror Class

ColumnSourceMirror Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace