Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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