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.
Gets or sets the SQL Server data type of the column.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
<SuppressMessageAttribute("Microsoft.Globalization", "CA1308:NormalizeStringsToUppercase")> _
Public Property ProviderDataType As String
'Usage
Dim instance As SyncSchemaColumn
Dim value As String
value = instance.ProviderDataType
instance.ProviderDataType = value
[SuppressMessageAttribute("Microsoft.Globalization", "CA1308:NormalizeStringsToUppercase")]
public string ProviderDataType { get; set; }
[SuppressMessageAttribute(L"Microsoft.Globalization", L"CA1308:NormalizeStringsToUppercase")]
public:
property String^ ProviderDataType {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_ProviderDataType ()
/** @property */
public void set_ProviderDataType (String value)
public function get ProviderDataType () : String
public function set ProviderDataType (value : String)
Property Value
The SQL Server data type of the column.
Remarks
For a complete list of SQL Server data types, see SQL Server Books Online.
See Also
Reference
SyncSchemaColumn Class
SyncSchemaColumn Members
Microsoft.Synchronization.Data Namespace