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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.