View.Refresh 메서드 (Boolean)

Refreshes the View object properties with the option to refresh metadata.

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

구문

‘선언
Public Sub Refresh ( _
    refreshViewMetadata As Boolean _
)
‘사용 방법
Dim instance As View 
Dim refreshViewMetadata As Boolean

instance.Refresh(refreshViewMetadata)
public void Refresh(
    bool refreshViewMetadata
)
public:
void Refresh(
    bool refreshViewMetadata
)
member Refresh : 
        refreshViewMetadata:bool -> unit
public function Refresh(
    refreshViewMetadata : boolean
)

매개 변수

  • refreshViewMetadata
    유형: System.Boolean
    A Boolean value that specifies whether to refresh view metadata.If True, metadata is refreshed.If False, metadata is not refreshed.

뷰 생성, 변경 및 제거

참고 항목

참조

View 클래스

Refresh 오버로드

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

관련 자료

뷰 디자인 및 구현

ALTER VIEW(Transact-SQL)