Propriedade do RDL Password
Gets the password associated with the ConnectionInfo object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public ReadOnly Property Password As String
Get
'Uso
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
Valor da propriedade
Tipo: System. . :: . .String
A password.