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.
예
참고 항목
참조
Microsoft.SqlServer.Management.Smo 네임스페이스