Свойство IConnectionStringHolder.ReturnPassword
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Gets or sets an implementation whether the connection string holder returns password.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Property ReturnPassword As Boolean
Get
Set
'Применение
Dim instance As IConnectionStringHolder
Dim value As Boolean
value = instance.ReturnPassword
instance.ReturnPassword = value
bool ReturnPassword { get; set; }
property bool ReturnPassword {
bool get ();
void set (bool value);
}
abstract ReturnPassword : bool with get, set
function get ReturnPassword () : boolean
function set ReturnPassword (value : boolean)
Значение свойства
Тип: System.Boolean
true if the connection string holder returns password; otherwise, false.