ModelBuilder.UpdateObjects 메서드
이전에 캐시 식별자를 사용하여 추가된 개체를 업데이트합니다.
네임스페이스: Microsoft.Data.Schema.SchemaModel
어셈블리: Microsoft.Data.Schema(Microsoft.Data.Schema.dll)
구문
‘선언
Public MustOverride Sub UpdateObjects ( _
cacheIdentifier As String, _
script As TextReader, _
metadata As IDictionary(Of String, String) _
)
public abstract void UpdateObjects(
string cacheIdentifier,
TextReader script,
IDictionary<string, string> metadata
)
public:
virtual void UpdateObjects(
String^ cacheIdentifier,
TextReader^ script,
IDictionary<String^, String^>^ metadata
) abstract
abstract UpdateObjects :
cacheIdentifier:string *
script:TextReader *
metadata:IDictionary<string, string> -> unit
public abstract function UpdateObjects(
cacheIdentifier : String,
script : TextReader,
metadata : IDictionary<String, String>
)
매개 변수
- cacheIdentifier
형식: System.String
캐시 식별자입니다.
- script
형식: System.IO.TextReader
스크립트입니다.
- metadata
형식: System.Collections.Generic.IDictionary<String, String>
스크립트를 처리하는 데 사용할 수 있는 메타데이터입니다.
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.