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