PartitionFunction.Refresh 메서드

Refreshes the state information for the PartitionFunction object.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
Public Overrides Sub Refresh
‘사용 방법
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()

구현

IRefreshable.Refresh()

주의

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

파일 그룹 및 파일을 사용하여 데이터 저장

참고 항목

참조

PartitionFunction 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스

관련 자료

CREATE PARTITION FUNCTION(Transact-SQL)