Propriété Password
Gets the password associated with the ConnectionInfo object.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Password As String
Get
'Utilisation
Dim instance As ConnectionInfo
Dim value As String
value = instance.Password
public string Password { get; }
public:
property String^ Password {
String^ get ();
}
member Password : string
function get Password () : String
Valeur de propriété
Type : System. . :: . .String
A password.