SqlPotentialElementDescriptor.Alias 属性

获取可能的描述符的别名(如果没有别名,则为 null)。

命名空间:  Microsoft.Data.Schema.Sql.SchemaModel
程序集:  Microsoft.Data.Schema.Sql(在 Microsoft.Data.Schema.Sql.dll 中)

语法

声明
Public ReadOnly Property Alias As String
    Get
public string Alias { get; }
public:
property String^ Alias {
    String^ get ();
}
member Alias : string
function get Alias () : String

属性值

类型:System.String

.NET Framework 安全性

请参见

参考

SqlPotentialElementDescriptor 类

Microsoft.Data.Schema.Sql.SchemaModel 命名空间