IDTSProperty100.Set 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 the referenced object property is changeable.
public:
property bool Set { bool get(); };
[System.Runtime.InteropServices.DispId(6)]
public bool Set { [System.Runtime.InteropServices.DispId(6)] get; }
[<System.Runtime.InteropServices.DispId(6)>]
[<get: System.Runtime.InteropServices.DispId(6)>]
member this.Set : bool
Public ReadOnly Property Set As Boolean
Property Value
true if the referenced object property is changeable and the property referenced is read/write or write-only; otherwise, false.
- Attributes
Remarks
For more information, see DtsProperty.