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
- 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.