Свойство ConnectionInfo.Password
Gets the password associated with the ConnectionInfo object.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public ReadOnly Property Password As String
Get
'Применение
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
Значение свойства
Тип: System.String
A password.