Condividi tramite


Metodo PartitionFunction.Refresh

Refreshes the state information for the PartitionFunction object.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public Overrides Sub Refresh
'Utilizzo
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()

Implementa

IRefreshable.Refresh()

Osservazioni

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

Esempi

Utilizzo di filegroup e file per archiviare dati

Vedere anche

Riferimento

PartitionFunction Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo

Altre risorse

CREATE PARTITION FUNCTION (Transact-SQL)