IDTSProperty100.Get Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates whether a property value can be read.
public:
property bool Get { bool get(); };
[System.Runtime.InteropServices.DispId(5)]
public bool Get { [System.Runtime.InteropServices.DispId(5)] get; }
[<System.Runtime.InteropServices.DispId(5)>]
[<get: System.Runtime.InteropServices.DispId(5)>]
member this.Get : bool
Public ReadOnly Property Get As Boolean
Property Value
true if a property value can be read; otherwise, false.
- Attributes
Remarks
For more information, see DtsProperty.