IDTSConnectionInfo100.ConnectionContact 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.
public:
property System::String ^ ConnectionContact { System::String ^ get(); };
[System.Runtime.InteropServices.DispId(1610743814)]
public string ConnectionContact { [System.Runtime.InteropServices.DispId(1610743814)] get; }
[<System.Runtime.InteropServices.DispId(1610743814)>]
[<get: System.Runtime.InteropServices.DispId(1610743814)>]
member this.ConnectionContact : string
Public ReadOnly Property ConnectionContact As String
Property Value
A String that contains information put in by the developer. The value typically contains the contact information for the connection.
- Attributes