Share via


IVsDataParameter.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.

.NET Framework Security

See Also

Reference

IVsDataParameter Interface

Microsoft.VisualStudio.Data.Services.RelationalObjectModel Namespace