ModelPropertyClass.DataType Property

Data type of the property.

Namespace:  Microsoft.SqlServer.Dac.Model
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Syntax

'Declaration
Public Property DataType As Type 
    Get 
    Private Set
'Usage
Dim instance As ModelPropertyClass 
Dim value As Type 

value = instance.DataType
public Type DataType { get; private set; }
public:
property Type^ DataType {
    Type^ get ();
    private: void set (Type^ value);
}
member DataType : Type with get, private set
function get DataType () : Type 
private function set DataType (value : Type)

Property Value

Type: System.Type

See Also

Reference

ModelPropertyClass Class

Microsoft.SqlServer.Dac.Model Namespace