UserDefinedDataTypes 屬性
Gets the collection of user-defined data types that belong to this schema.
命名空間: Microsoft.SqlServer.Management.SqlParser.Metadata
組件: Microsoft.SqlServer.Management.SqlParser (在 Microsoft.SqlServer.Management.SqlParser.dll 中)
語法
'宣告
ReadOnly Property UserDefinedDataTypes As IMutableMetadataCollection(Of IUserDefinedDataType)
Get
'用途
Dim instance As IMutableSchema
Dim value As IMutableMetadataCollection(Of IUserDefinedDataType)
value = instance.UserDefinedDataTypes
IMutableMetadataCollection<IUserDefinedDataType> UserDefinedDataTypes { get; }
property IMutableMetadataCollection<IUserDefinedDataType^>^ UserDefinedDataTypes {
IMutableMetadataCollection<IUserDefinedDataType^>^ get ();
}
abstract UserDefinedDataTypes : IMutableMetadataCollection<IUserDefinedDataType>
function get UserDefinedDataTypes () : IMutableMetadataCollection<IUserDefinedDataType>
屬性值
型別:Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IMutableMetadataCollection< (Of < ( <'IUserDefinedDataType> ) > ) >
The IMutableMetadataCollection<(Of <(<'T>)>)> of IUserDefinedDataType that contains the user-defined data types that belong to this schema.