IConnectionStringHolder Interface
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Represents a collection of objects for the connection string holder.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Interface IConnectionStringHolder
'Usage
Dim instance As IConnectionStringHolder
public interface IConnectionStringHolder
public interface class IConnectionStringHolder
type IConnectionStringHolder = interface end
public interface IConnectionStringHolder
The IConnectionStringHolder type exposes the following members.
Properties
Name | Description | |
---|---|---|
ReturnPassword | Infrastructure. Gets or sets an implementation whether the connection string holder returns password. |
Top