IDTSConnectionManagerMarshalControl100.CanClone 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 connection manager can be cloned.
public:
property bool CanClone { bool get(); };
[System.Runtime.InteropServices.DispId(1610678273)]
public bool CanClone { get; }
[<System.Runtime.InteropServices.DispId(1610678273)>]
member this.CanClone : bool
Public ReadOnly Property CanClone As Boolean
Property Value
true if connection manager can be cloned; otherwise, false.
- Attributes