DataType Property
Gets {insert text here}.
Namespace: Microsoft.Data.Tools.Model.Simple
Assembly: Microsoft.Data.Tools.Model (in Microsoft.Data.Tools.Model.dll)
Syntax
'Declaration
Public ReadOnly Property DataType As IValueProperty(Of String)
Get
'Usage
Dim instance As Column
Dim value As IValueProperty(Of String)
value = instance.DataType
public IValueProperty<string> DataType { get; }
public:
virtual property IValueProperty<String^>^ DataType {
IValueProperty<String^>^ get () sealed;
}
abstract DataType : IValueProperty<string>
override DataType : IValueProperty<string>
final function get DataType () : IValueProperty<String>
Property Value
Type: Microsoft.Data.Tools.Model..::..IValueProperty< (Of < ( <'String> ) > ) >