다음을 통해 공유


UpdateContent 메서드

Replaces the contents of the source file.

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

구문

‘선언
Public Sub UpdateContent ( _
    newContent As String _
)
‘사용 방법
Dim instance As TSqlSourceFile
Dim newContent As String

instance.UpdateContent(newContent)
public void UpdateContent(
    string newContent
)
public:
void UpdateContent(
    String^ newContent
)
member UpdateContent : 
        newContent:string -> unit 
public function UpdateContent(
    newContent : String
)

매개 변수

주의

This method replaces the original content of the source file with the content specified by the newContent parameter.