ReturnPassword-Eigenschaft

Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Property ReturnPassword As Boolean
    Get
    Set
'Usage
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)

Eigenschaftenwert

Typ: System. . :: . .Boolean