ColumnSource.ExposedName Property

Gets the exposed name.

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

Syntax

'Declaration
Public Overridable ReadOnly Property ExposedName As String
    Get
'Usage
Dim instance As ColumnSource
Dim value As String

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ColumnSource Class

ColumnSource Members

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