ISqlDefaultConnectionInfo Interface

Provides access to default connection information for a remote database (QueryLayers).

Members

Name Description
Method ClearParameters Clears connection property parameters.
Method SetParameters Sets connection property parameters.

ISqlDefaultConnectionInfo.ClearParameters Method

Clears connection property parameters.

Public Sub ClearParameters ( _
    ByVal dbclient As String, _
    ByVal instance As String, _
    ByVal authenticationMode As String _
)
public void ClearParameters (
    string dbclient,
    string instance,
    string authenticationMode
);

ISqlDefaultConnectionInfo.SetParameters Method

Sets connection property parameters.

Public Sub SetParameters ( _
    ByVal dbclient As String, _
    ByVal instance As String, _
    ByVal authenticationMode As String, _
    ByVal User As String, _
    ByVal password As String _
)
public void SetParameters (
    string dbclient,
    string instance,
    string authenticationMode,
    string User,
    string password
);

Classes that implement ISqlDefaultConnectionInfo

Classes Description
SqlWorkspaceFactory (esriDataSourcesGDB) Sql workspace factory

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.