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
    Get
string UserDataType { get; }
property String^ UserDataType {
    String^ get ();
}
abstract UserDataType : string
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

Microsoft.VisualStudio.Data.Services.RelationalObjectModel Namespace