Compartir a través de


ShardRange.Contains Método

Definición

Sobrecargas

Contains(ShardKey)
Contains(ShardRange)

Contains(ShardKey)

public bool Contains(Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.ShardKey key);
member this.Contains : Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.ShardKey -> bool
Public Function Contains (key As ShardKey) As Boolean

Parámetros

key
ShardKey

Devoluciones

Se aplica a

Contains(ShardRange)

public bool Contains(Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.ShardRange range);
member this.Contains : Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.ShardRange -> bool
Public Function Contains (range As ShardRange) As Boolean

Parámetros

range
ShardRange

Devoluciones

Se aplica a