Share via


IVsDataColumn.UserDataType Property

Gets a user-defined data type.

Namespace:  Microsoft.VisualStudio.Data.Services.RelationalObjectModel
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
ReadOnly Property UserDataType As String
'Usage
Dim instance As IVsDataColumn 
Dim value As String 

value = instance.UserDataType
string UserDataType { get; }
property String^ UserDataType {
    String^ get ();
}
function get UserDataType () : String

Property Value

Type: System.String
A string value containing a user-defined data type.

Remarks

For example, for a SQL Server provider, the string value of the user data type might be "nvarchar(30)". For an Oracle provider, the string value might be "NUMBER(3)".

.NET Framework Security

See Also

Reference

IVsDataColumn Interface

IVsDataColumn Members

Microsoft.VisualStudio.Data.Services.RelationalObjectModel Namespace