Propriedade do RDL UIConnectionInfo.Password
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Gets or sets a String value that specifies the login password for the connection when using SQL Server Authentication.
Namespace: Microsoft.SqlServer.Management.Smo.RegSvrEnum
Assembly: Microsoft.SqlServer.RegSvrEnum (em Microsoft.SqlServer.RegSvrEnum.dll)
Sintaxe
'Declaração
Public Property Password As String
Get
Set
'Uso
Dim instance As UIConnectionInfo
Dim value As String
value = instance.Password
instance.Password = value
public string Password { get; set; }
public:
property String^ Password {
String^ get ();
void set (String^ value);
}
member Password : string with get, set
function get Password () : String
function set Password (value : String)
Valor da propriedade
Tipo: System.String
A String value that specifies the login password for the connection.
Comentários
Quando possível, use a Autenticação do Windows.
Não use uma senha em branco. Use uma senha forte.