Condividi tramite


Proprietà SelectColumn.ColumnName

Ottiene o imposta un identificatore o un valore letterale di tipo AsciiStringLiteral o UnicodeStringLiteral. Può eventualmente essere Null.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SelectColumn Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql