UserDefinedDataTypeCollection.Add Method (UserDefinedDataType)

 

Applies To: SQL Server 2016 Preview

Adds a UDT to the collection.

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

Syntax

public void Add(
    UserDefinedDataType userDefinedDataType
)
public:
void Add(
    UserDefinedDataType^ userDefinedDataType
)
member Add : 
        userDefinedDataType:UserDefinedDataType -> unit
Public Sub Add (
    userDefinedDataType As UserDefinedDataType
)

Parameters

Examples

Legacy Code Example

Using Collections

See Also

UserDefinedDataTypeCollection Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top