Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Gets or sets the other parameters for the connection.
Espacio de nombres: Microsoft.SqlServer.Management.Smo.RegSvrEnum
Ensamblado: Microsoft.SqlServer.RegSvrEnum (en Microsoft.SqlServer.RegSvrEnum.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: System.String
The other parameters for the connection.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.Smo.RegSvrEnum