Compartilhar via


Propriedade do RDL UIConnectionInfo.OtherParams

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 the other parameters for the connection.

Namespace:  Microsoft.SqlServer.Management.Smo.RegSvrEnum
Assembly:  Microsoft.SqlServer.RegSvrEnum (em Microsoft.SqlServer.RegSvrEnum.dll)

Sintaxe

'Declaração
Public Property OtherParams As String 
    Get 
    Set
'Uso
Dim instance As UIConnectionInfo 
Dim value As String 

value = instance.OtherParams

instance.OtherParams = value
public string OtherParams { get; set; }
public:
property String^ OtherParams {
    String^ get ();
    void set (String^ value);
}
member OtherParams : string with get, set
function get OtherParams () : String 
function set OtherParams (value : String)

Valor da propriedade

Tipo: System.String
The other parameters for the connection.

Consulte também

Referência

UIConnectionInfo Classe

Namespace Microsoft.SqlServer.Management.Smo.RegSvrEnum