ExtendedProperty.Create Method ()

 

Applies To: SQL Server 2016 Preview

Creates an extended property on the instance of Microsoft SQL Server as defined by the ExtendedProperty object.

Namespace:   Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

public void Create()
public:
virtual void Create() sealed
abstract Create : unit -> unit
override Create : unit -> unit
Public Sub Create

Implements

ICreatable.Create()

Examples

Legacy Code Example

Setting Properties

See Also

ExtendedProperty Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top