ColumnSource.Alias Property
Gets the alias.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public ReadOnly Property Alias As String
Get
'Usage
Dim instance As ColumnSource
Dim value As String
value = instance.Alias
public string Alias { get; }
public:
property String^ Alias {
String^ get ();
}
function get Alias () : String
member Alias : 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.