Udostępnij przez


Konstruktor ConnectionInfoBase (ConnectionInfoBase)

Inicjuje nowe wystąpienie ConnectionInfoBase klasy oparte na określonym obiekcie.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Common
Zestaw:  Microsoft.SqlServer.ConnectionInfo (w Microsoft.SqlServer.ConnectionInfo.dll)

Syntax

'Deklaracja
Protected Sub New ( _
    conn As ConnectionInfoBase _
)
'Użycie
Dim conn As ConnectionInfoBase

Dim instance As New ConnectionInfoBase(conn)
protected ConnectionInfoBase(
    ConnectionInfoBase conn
)
protected:
ConnectionInfoBase(
    ConnectionInfoBase^ conn
)
new : 
        conn:ConnectionInfoBase -> ConnectionInfoBase
protected function ConnectionInfoBase(
    conn : ConnectionInfoBase
)

Parameters