Share via


SqlPotentialElementDescriptor.Alias Property

Gets the alias of the potential descriptor (or null, if no alias exists).

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

Syntax

'Declaration
Public ReadOnly Property Alias As String
public string Alias { get; }
public:
property String^ Alias {
    String^ get ();
}
member Alias : string
function get Alias () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

SqlPotentialElementDescriptor Class

Microsoft.Data.Schema.Sql.SchemaModel Namespace