IConnectionStringParser Interface

Provides an interface for a connection string parser.

Namespace:  Microsoft.Data.Schema.Extensibility
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Interface IConnectionStringParser
public interface IConnectionStringParser
public interface class IConnectionStringParser
type IConnectionStringParser =  interface end
public interface IConnectionStringParser

The IConnectionStringParser type exposes the following members.

Methods

  Name Description
Public method MakeSafeToPersist Returns a connection string that is safe to persist in documents.

Top

Remarks

A unique connection string parser class should be created for each DatabaseSchemaProvider.

See Also

Reference

Microsoft.Data.Schema.Extensibility Namespace

DatabaseSchemaProvider