Udostępnij za pośrednictwem


SyncSchemaColumn.ProviderDataType Property

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
Public Property ProviderDataType As String
public string ProviderDataType { get; set; }
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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements (Synchronization Services).

Target Platforms

See Also

Reference

SyncSchemaColumn Class
SyncSchemaColumn Members
Microsoft.Synchronization.Data Namespace