IDTSProperty100.Set Property

Definition

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.

Applies to