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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Services.RelationalObjectModel Namespace