Méthode PartitionFunction.Refresh

Refreshes the state information for the PartitionFunction object.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Overrides Sub Refresh
'Utilisation
Dim instance As PartitionFunction

instance.Refresh()
public override void Refresh()
public:
virtual void Refresh() override
abstract Refresh : unit -> unit  
override Refresh : unit -> unit
public override function Refresh()

Implémente

IRefreshable.Refresh()

Notes

Refreshed properties will be retrieved the next time the PartitionFunction object is accessed.

Exemples

Utilisation de fichiers ou de groupes de fichiers pour stocker des données

Voir aussi

Référence

PartitionFunction Classe

Espace de noms Microsoft.SqlServer.Management.Smo

Autres ressources

CREATE PARTITION FUNCTION (Transact-SQL)