Oharra
Baimena behar duzu orria atzitzeko. Direktorioetan saioa has dezakezu edo haiek alda ditzakezu.
Baimena behar duzu orria atzitzeko. Direktorioak alda ditzakezu.
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Gets or sets an implementation whether the connection string holder returns password.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Property ReturnPassword As Boolean
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System.Boolean
true if the connection string holder returns password; otherwise, false.