Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the column identifier.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
'Declaration
Public Property ColumnIdentifier As Identifier
'Usage
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);
}
public function get ColumnIdentifier () : Identifier
public function set ColumnIdentifier (value : Identifier)
Type: Microsoft.Data.Schema.ScriptDom.Sql.Identifier
- 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.
AlterTableAlterColumnStatement Class