Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the SyncTableInfo class by using table name and description parameters.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public Sub New ( _
tableName As String, _
description As String _
)
'Usage
Dim tableName As String
Dim description As String
Dim instance As New SyncTableInfo(tableName, description)
public SyncTableInfo (
string tableName,
string description
)
public:
SyncTableInfo (
String^ tableName,
String^ description
)
public SyncTableInfo (
String tableName,
String description
)
public function SyncTableInfo (
tableName : String,
description : String
)
Parameters
- tableName
The name of the table as it is set in the corresponding synchronization adapter property, TableName.
- description
The description of the table as it is set in the corresponding synchronization adapter property, Description.
Remarks
See Also
Reference
SyncTableInfo Class
SyncTableInfo Members
Microsoft.Synchronization.Data Namespace