Share via


ConnectionInfo Class

Represents connection information.

Namespace:  Microsoft.Data.Schema.Generators.Sql
Assembly:  Microsoft.Data.Schema.Generators.Sql (in Microsoft.Data.Schema.Generators.Sql.dll)

Syntax

'Declaration
<CLSCompliantAttribute(True)> _
Public NotInheritable Class ConnectionInfo _
    Implements IXmlSerializable
'Usage
Dim instance As ConnectionInfo
[CLSCompliantAttribute(true)]
public sealed class ConnectionInfo : IXmlSerializable
[CLSCompliantAttribute(true)]
public ref class ConnectionInfo sealed : IXmlSerializable
public final class ConnectionInfo implements IXmlSerializable
[<SealedAttribute>]
[<CLSCompliantAttribute(true)>]
type ConnectionInfo =  
    class
        interface IXmlSerializable
    end

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.Generators.Sql.ConnectionInfo

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ConnectionInfo Members

Microsoft.Data.Schema.Generators.Sql Namespace