Compartir a través de


SelectColumn.ColumnName (Propiedad)

Obtiene o establece un identificador o un literal de tipo AsciiStringLiteral o UnicodeStringLiteral. Opcional, puede ser NULL.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
Public Property ColumnName As TSqlFragment
    Get
    Set
public TSqlFragment ColumnName { get; set; }
public:
property TSqlFragment^ ColumnName {
    TSqlFragment^ get ();
    void set (TSqlFragment^ value);
}
member ColumnName : TSqlFragment with get, set
function get ColumnName () : TSqlFragment
function set ColumnName (value : TSqlFragment)

Valor de propiedad

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment

Seguridad de .NET Framework

Vea también

Referencia

SelectColumn Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)