RangeShardMap<TKey>.MarkMappingOffline Méthode
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
MarkMappingOffline(RangeMapping<TKey>, MappingLockToken, MappingOptions)
public Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.RangeMapping<TKey> MarkMappingOffline (Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.RangeMapping<TKey> mapping, Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.MappingLockToken mappingLockToken, Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.MappingOptions options);
member this.MarkMappingOffline : Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.RangeMapping<'Key> * Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.MappingLockToken * Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.MappingOptions -> Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.RangeMapping<'Key>
Public Function MarkMappingOffline (mapping As RangeMapping(Of TKey), mappingLockToken As MappingLockToken, options As MappingOptions) As RangeMapping(Of TKey)
Paramètres
- mapping
- RangeMapping<TKey>
- mappingLockToken
- MappingLockToken
- options
- MappingOptions
Retours
S’applique à
MarkMappingOffline(RangeMapping<TKey>)
public Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.RangeMapping<TKey> MarkMappingOffline (Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.RangeMapping<TKey> mapping);
member this.MarkMappingOffline : Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.RangeMapping<'Key> -> Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.RangeMapping<'Key>
Public Function MarkMappingOffline (mapping As RangeMapping(Of TKey)) As RangeMapping(Of TKey)
Paramètres
- mapping
- RangeMapping<TKey>
Retours
S’applique à
MarkMappingOffline(RangeMapping<TKey>, MappingLockToken)
public Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.RangeMapping<TKey> MarkMappingOffline (Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.RangeMapping<TKey> mapping, Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.MappingLockToken mappingLockToken);
member this.MarkMappingOffline : Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.RangeMapping<'Key> * Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.MappingLockToken -> Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.RangeMapping<'Key>
Public Function MarkMappingOffline (mapping As RangeMapping(Of TKey), mappingLockToken As MappingLockToken) As RangeMapping(Of TKey)
Paramètres
- mapping
- RangeMapping<TKey>
- mappingLockToken
- MappingLockToken
Retours
S’applique à
MarkMappingOffline(RangeMapping<TKey>, MappingOptions)
public Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.RangeMapping<TKey> MarkMappingOffline (Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.RangeMapping<TKey> mapping, Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.MappingOptions options);
member this.MarkMappingOffline : Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.RangeMapping<'Key> * Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.MappingOptions -> Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.RangeMapping<'Key>
Public Function MarkMappingOffline (mapping As RangeMapping(Of TKey), options As MappingOptions) As RangeMapping(Of TKey)
Paramètres
- mapping
- RangeMapping<TKey>
- options
- MappingOptions
Retours
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET