UserDefinedDataTypeCollection.Parent Property

 

Applies To: SQL Server 2016 Preview

Gets the Database object that is the parent of the UserDefinedDataType object.

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

Syntax

public Database Parent { get; }
public:
property Database^ Parent {
    Database^ get();
}
member Parent : Database with get
Public ReadOnly Property Parent As Database

Property Value

Type: Microsoft.SqlServer.Management.Smo.Database

A Database object that is the parent of the UserDefinedDataType object.

Examples

Legacy Code Example

Using Collections

See Also

UserDefinedDataTypeCollection Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top