SqlMISink Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
SqlMISink() |
Initialise une nouvelle instance de la classe SqlMISink. |
SqlMISink(IDictionary<String,Object>, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, SqlUpsertSettings) |
Initialise une nouvelle instance de la classe SqlMISink. |
SqlMISink()
Initialise une nouvelle instance de la classe SqlMISink.
public SqlMISink ();
Public Sub New ()
S’applique à
SqlMISink(IDictionary<String,Object>, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, SqlUpsertSettings)
Initialise une nouvelle instance de la classe SqlMISink.
public SqlMISink (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, object writeBatchSize = default, object writeBatchTimeout = default, object sinkRetryCount = default, object sinkRetryWait = default, object maxConcurrentConnections = default, object disableMetricsCollection = default, object sqlWriterStoredProcedureName = default, object sqlWriterTableType = default, object preCopyScript = default, object storedProcedureParameters = default, object storedProcedureTableTypeParameterName = default, object tableOption = default, object sqlWriterUseTableLock = default, object writeBehavior = default, Microsoft.Azure.Management.DataFactory.Models.SqlUpsertSettings upsertSettings = default);
new Microsoft.Azure.Management.DataFactory.Models.SqlMISink : System.Collections.Generic.IDictionary<string, obj> * obj * obj * obj * obj * obj * obj * obj * obj * obj * obj * obj * obj * obj * obj * Microsoft.Azure.Management.DataFactory.Models.SqlUpsertSettings -> Microsoft.Azure.Management.DataFactory.Models.SqlMISink
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional writeBatchSize As Object = Nothing, Optional writeBatchTimeout As Object = Nothing, Optional sinkRetryCount As Object = Nothing, Optional sinkRetryWait As Object = Nothing, Optional maxConcurrentConnections As Object = Nothing, Optional disableMetricsCollection As Object = Nothing, Optional sqlWriterStoredProcedureName As Object = Nothing, Optional sqlWriterTableType As Object = Nothing, Optional preCopyScript As Object = Nothing, Optional storedProcedureParameters As Object = Nothing, Optional storedProcedureTableTypeParameterName As Object = Nothing, Optional tableOption As Object = Nothing, Optional sqlWriterUseTableLock As Object = Nothing, Optional writeBehavior As Object = Nothing, Optional upsertSettings As SqlUpsertSettings = Nothing)
Paramètres
- additionalProperties
- IDictionary<String,Object>
Les propriétés sans correspondance du message sont désérialisées cette collection
- writeBatchSize
- Object
Écrire la taille du lot. Type : entier (ou Expression avec entier resultType), minimum : 0.
- writeBatchTimeout
- Object
Écrire le délai d’expiration du lot. Type : string (ou Expression with resultType string), pattern : ((\d+).)? (\d\d):(60| ([0-5][0-9])):( 60| ([0-5][0-9])).
- sinkRetryCount
- Object
Nombre de nouvelles tentatives du récepteur. Type : entier (ou Expression avec un entier resultType).
- sinkRetryWait
- Object
Réinscrire une nouvelle tentative. Type : string (ou Expression with resultType string), pattern : ((\d+).)? (\d\d):(60| ([0-5][0-9])):( 60| ([0-5][0-9])).
- maxConcurrentConnections
- Object
Nombre maximal de connexions simultanées pour le magasin de données récepteur. Type : entier (ou Expression avec un entier resultType).
- disableMetricsCollection
- Object
Si la valeur est true, désactivez la collecte de métriques du magasin de données. La valeur par défaut est false. Type : booléen (ou Expression avec type booléen resultType).
- sqlWriterStoredProcedureName
- Object
Nom de la procédure stockée de l’enregistreur SQL. Type : chaîne (ou Expression avec chaîne resultType).
- sqlWriterTableType
- Object
Type de table enregistreur SQL. Type : chaîne (ou Expression avec chaîne resultType).
- preCopyScript
- Object
Script de précopie SQL. Type : chaîne (ou Expression avec chaîne resultType).
- storedProcedureParameters
- Object
Paramètres de procédure stockée SQL.
- storedProcedureTableTypeParameterName
- Object
Nom du paramètre de procédure stockée du type de table. Type : chaîne (ou Expression avec chaîne resultType).
- tableOption
- Object
Option permettant de gérer la table récepteur, telle que la création automatique. Pour l’instant, seule la valeur « autoCreate » est prise en charge. Type : chaîne (ou Expression avec chaîne resultType).
- sqlWriterUseTableLock
- Object
Indique s’il faut utiliser le verrou de table pendant la copie en bloc. Type : booléen (ou Expression avec type booléen resultType).
- writeBehavior
- Object
Comportement blanc lors de la copie de données dans Azure SQL MI. Type : SqlWriteBehaviorEnum (ou Expression avec resultType SqlWriteBehaviorEnum)
- upsertSettings
- SqlUpsertSettings
Paramètres d’upsert SQL.
S’applique à
Azure SDK for .NET