DatabaseTaskHost.GetChangedPropertiesFromPropertiesFile 메서드
속성이 추가, 삭제 또는 변경된 fullPath에 있는 속성 파일의 지정된 구성에 대한 속성 목록을 반환합니다.
네임스페이스: Microsoft.Data.Schema.Build
어셈블리: Microsoft.Data.Schema(Microsoft.Data.Schema.dll)
구문
‘선언
Public Overridable Sub GetChangedPropertiesFromPropertiesFile ( _
fullPath As String, _
source As DatabaseTaskHost..::..PropertySource, _
<OutAttribute> ByRef addedProperties As IList(Of Tuple(Of String, String)), _
<OutAttribute> ByRef deletedProperties As IList(Of String), _
<OutAttribute> ByRef changedProperties As IList(Of Tuple(Of String, String, String)) _
)
public virtual void GetChangedPropertiesFromPropertiesFile(
string fullPath,
DatabaseTaskHost..::..PropertySource source,
out IList<Tuple<string, string>> addedProperties,
out IList<string> deletedProperties,
out IList<Tuple<string, string, string>> changedProperties
)
public:
virtual void GetChangedPropertiesFromPropertiesFile(
String^ fullPath,
DatabaseTaskHost..::..PropertySource source,
[OutAttribute] IList<Tuple<String^, String^>^>^% addedProperties,
[OutAttribute] IList<String^>^% deletedProperties,
[OutAttribute] IList<Tuple<String^, String^, String^>^>^% changedProperties
)
abstract GetChangedPropertiesFromPropertiesFile :
fullPath:string *
source:DatabaseTaskHost..::..PropertySource *
addedProperties:IList<Tuple<string, string>> byref *
deletedProperties:IList<string> byref *
changedProperties:IList<Tuple<string, string, string>> byref -> unit
override GetChangedPropertiesFromPropertiesFile :
fullPath:string *
source:DatabaseTaskHost..::..PropertySource *
addedProperties:IList<Tuple<string, string>> byref *
deletedProperties:IList<string> byref *
changedProperties:IList<Tuple<string, string, string>> byref -> unit
public function GetChangedPropertiesFromPropertiesFile(
fullPath : String,
source : DatabaseTaskHost..::..PropertySource,
addedProperties : IList<Tuple<String, String>>,
deletedProperties : IList<String>,
changedProperties : IList<Tuple<String, String, String>>
)
매개 변수
- fullPath
형식: System.String
속성 파일의 전체 경로입니다.
- source
형식: Microsoft.Data.Schema.Build.DatabaseTaskHost.PropertySource
속성 소스입니다.
- addedProperties
형식: System.Collections.Generic.IList<Tuple<String, String>>%
추가된 속성의 반환 목록입니다.
- deletedProperties
형식: System.Collections.Generic.IList<String>%
삭제된 속성의 반환 목록입니다.
- changedProperties
형식: System.Collections.Generic.IList<Tuple<String, String, String>>%
수정된 속성의 반환 목록입니다.
설명
이 함수의 기본 구현은 아무 작업도 수행하지 않습니다. 자신의 데이터베이스 또는 스키마 속성 파일을 읽으려면 여기에서 각 데이터베이스 스키마 공급자 구현이 파생되어야 합니다.
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.