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.
Initializes a new instance of the DbSyncColumnDescription class for a column that has the specified name and data type.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
<SuppressMessageAttribute("Microsoft.Globalization", "CA1308:NormalizeStringsToUppercase")> _
Public Sub New ( _
columnName As String, _
type As String _
)
'Usage
Dim columnName As String
Dim type As String
Dim instance As New DbSyncColumnDescription(columnName, type)
[SuppressMessageAttribute("Microsoft.Globalization", "CA1308:NormalizeStringsToUppercase")]
public DbSyncColumnDescription (
string columnName,
string type
)
[SuppressMessageAttribute(L"Microsoft.Globalization", L"CA1308:NormalizeStringsToUppercase")]
public:
DbSyncColumnDescription (
String^ columnName,
String^ type
)
/** @attribute SuppressMessageAttribute("Microsoft.Globalization", "CA1308:NormalizeStringsToUppercase") */
public DbSyncColumnDescription (
String columnName,
String type
)
SuppressMessageAttribute("Microsoft.Globalization", "CA1308:NormalizeStringsToUppercase")
public function DbSyncColumnDescription (
columnName : String,
type : String
)
Parameters
- columnName
The name of the column.
- type
The data type of the column.
See Also
Reference
DbSyncColumnDescription Class
DbSyncColumnDescription Members
Microsoft.Synchronization.Data Namespace