Share via


DataType Property

Gets {insert text here}.

Namespace:  Microsoft.Data.Tools.Model.Relational
Assembly:  Microsoft.Data.Tools.Model (in Microsoft.Data.Tools.Model.dll)

Syntax

'Declaration
ReadOnly Property DataType As IValueProperty(Of String)
    Get
'Usage
Dim instance As IColumn
Dim value As IValueProperty(Of String)

value = instance.DataType
IValueProperty<string> DataType { get; }
property IValueProperty<String^>^ DataType {
    IValueProperty<String^>^ get ();
}
abstract DataType : IValueProperty<string>
function get DataType () : IValueProperty<String>

Property Value

Type: Microsoft.Data.Tools.Model..::..IValueProperty< (Of < ( <'String> ) > ) >

See Also

Reference

IColumn Interface

Microsoft.Data.Tools.Model.Relational Namespace