IDTSProperty100 Antarmuka
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Mewakili antarmuka untuk DtsProperty objek .
public interface class IDTSProperty100
[System.Runtime.InteropServices.Guid("566AE6D3-5019-4E9E-A025-3FB8D9E0AA57")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSProperty100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("0E28AC8D-380D-459E-BFF1-FC4067EEE410")]
public interface IDTSProperty100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("C13D7713-96C4-43F7-A6B9-AADC1408F9C8")]
public interface IDTSProperty100
[<System.Runtime.InteropServices.Guid("566AE6D3-5019-4E9E-A025-3FB8D9E0AA57")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSProperty100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("0E28AC8D-380D-459E-BFF1-FC4067EEE410")>]
type IDTSProperty100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("C13D7713-96C4-43F7-A6B9-AADC1408F9C8")>]
type IDTSProperty100 = interface
Public Interface IDTSProperty100
- Atribut
Properti
| ConnectionType |
Mendapatkan nama pengelola koneksi yang digunakan untuk membuat koneksi. |
| DataType |
Mendapatkan jenis data properti. |
| Get |
Mendapatkan nilai yang menunjukkan apakah nilai properti dapat dibaca. |
| Name |
Mendapatkan nama properti . |
| PropertyKind |
DTSPropertyKind Mendapatkan enumerasi yang berisi informasi tentang atribut kustom pada properti. |
| Set |
Mendapatkan nilai yang menunjukkan apakah properti objek yang dirujuk dapat diubah. |
| TypeConverter |
Mendapatkan nama jenis yang memenuhi syarat rakitan dari objek pengonversi jenis untuk properti . |
| UITypeEditor |
Mendapatkan nama jenis editor grafis yang memenuhi syarat perakitan untuk properti . |
Metode
| GetExport(Object) |
Menunjukkan nilai apakah objek dapat diekspor. |
| GetExpression(Object) |
Mendapatkan ekspresi untuk objek yang ditentukan. |
| GetPackagePath(Object) |
Mendapatkan jalur relatif ke lokasi paket yang ditentukan. |
| GetValue(Object) |
Mengembalikan nilai properti . |
| SetExport(Object, Boolean) |
Mengatur bendera ekspor untuk objek yang ditentukan. |
| SetExpression(Object, String) |
Menetapkan ekspresi yang ditentukan ke objek . |
| SetValue(Object, Object) |
Mengatur nilai properti . |