Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets or sets the table type name that Sync Framework uses for bulk procedures.
Namespace: Microsoft.Synchronization.Data.SqlServer
Assembly: Microsoft.Synchronization.Data.SqlServer (in Microsoft.Synchronization.Data.SqlServer.dll)
Syntax
'Declaration
Public Property BulkTableTypeName As String
Get
Set
'Usage
Dim instance As SqlSyncProviderAdapterConfiguration
Dim value As String
value = instance.BulkTableTypeName
instance.BulkTableTypeName = value
public string BulkTableTypeName { get; set; }
public:
property String^ BulkTableTypeName {
String^ get ();
void set (String^ value);
}
member BulkTableTypeName : string with get, set
function get BulkTableTypeName () : String
function set BulkTableTypeName (value : String)
Property Value
Type: System.String
The table type name that Sync Framework uses for bulk procedures.