IMutableSchema.UserDefinedTableTypes Property
Gets the collection of user-defined table types that belong to this schema.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Syntax
'Declaration
ReadOnly Property UserDefinedTableTypes As IMutableMetadataCollection(Of IUserDefinedTableType)
Get
'Usage
Dim instance As IMutableSchema
Dim value As IMutableMetadataCollection(Of IUserDefinedTableType)
value = instance.UserDefinedTableTypes
IMutableMetadataCollection<IUserDefinedTableType> UserDefinedTableTypes { get; }
property IMutableMetadataCollection<IUserDefinedTableType^>^ UserDefinedTableTypes {
IMutableMetadataCollection<IUserDefinedTableType^>^ get ();
}
abstract UserDefinedTableTypes : IMutableMetadataCollection<IUserDefinedTableType>
function get UserDefinedTableTypes () : IMutableMetadataCollection<IUserDefinedTableType>
Property Value
Type: Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableMetadataCollection<IUserDefinedTableType>
The IMutableMetadataCollection<T> of IUserDefinedTableType that contains the user-defined table types that belong to this schema.