IDTSPipeline100.PersistenceCustomPropertyCollection 속성
Gets the collection of custom properties that have the specified persistence format.
네임스페이스: Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리: Microsoft.SqlServer.DTSPipelineWrap(Microsoft.SqlServer.DTSPipelineWrap.dll)
구문
‘선언
ReadOnly Property PersistenceCustomPropertyCollection ( _
Format As DTSPersistenceFormat _
) As IDTSCustomPropertyCollection100
Get
‘사용 방법
Dim instance As IDTSPipeline100
Dim Format As DTSPersistenceFormat
Dim value As IDTSCustomPropertyCollection100
value = instance.PersistenceCustomPropertyCollection(Format)
IDTSCustomPropertyCollection100 this[
DTSPersistenceFormat Format
] { get; }
property IDTSCustomPropertyCollection100^ PersistenceCustomPropertyCollection[[InAttribute] DTSPersistenceFormat Format] {
IDTSCustomPropertyCollection100^ get ([InAttribute] DTSPersistenceFormat Format);
}
abstract PersistenceCustomPropertyCollection : IDTSCustomPropertyCollection100
Jscript는 인덱싱된 속성의 사용을 지원하지만 새로운 인덱싱된 속성 선언은 지원하지 않습니다.
매개 변수
- Format
유형: Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSPersistenceFormat
The persistence format.
속성 값
유형: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomPropertyCollection100
An IDTSCustomPropertyCollection100 that contains the collection of custom properties that have the specified persistence format.