AlterTableAlterColumnStatement.ColumnIdentifier 屬性
Gets or sets the identifier that represents the name of the column.
命名空間: Microsoft.SqlServer.TransactSql.ScriptDom
組件: Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
語法
'宣告
Public Property ColumnIdentifier As Identifier
Get
Set
'用途
Dim instance As AlterTableAlterColumnStatement
Dim value As Identifier
value = instance.ColumnIdentifier
instance.ColumnIdentifier = value
public Identifier ColumnIdentifier { get; set; }
public:
property Identifier^ ColumnIdentifier {
Identifier^ get ();
void set (Identifier^ value);
}
member ColumnIdentifier : Identifier with get, set
function get ColumnIdentifier () : Identifier
function set ColumnIdentifier (value : Identifier)
屬性值
型別:Microsoft.SqlServer.TransactSql.ScriptDom.Identifier
The identifier that represents the name of the column.