Metodo Create
Creates a column on the instance of Microsoft SQL Server as defined by the Column object.
Spazio dei nomi: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public Sub Create
'Utilizzo
Dim instance As Column
instance.Create()
public void Create()
public:
virtual void Create() sealed
abstract Create : unit -> unit
override Create : unit -> unit
public final function Create()
Implementa
Osservazioni
[!NOTA]
Columns based on the UserDefinedTableType object cannot be modified and this method generates an exception.
Vedere anche