Partager via


Propriété UIConnectionInfo.AdvancedOptions

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Gets the advanced options set in a connection dialog.

Espace de noms :  Microsoft.SqlServer.Management.Smo.RegSvrEnum
Assembly :  Microsoft.SqlServer.RegSvrEnum (en Microsoft.SqlServer.RegSvrEnum.dll)

Syntaxe

'Déclaration
Public ReadOnly Property AdvancedOptions As NameValueCollection 
    Get
'Utilisation
Dim instance As UIConnectionInfo 
Dim value As NameValueCollection 

value = instance.AdvancedOptions
public NameValueCollection AdvancedOptions { get; }
public:
property NameValueCollection^ AdvancedOptions {
    NameValueCollection^ get ();
}
member AdvancedOptions : NameValueCollection
function get AdvancedOptions () : NameValueCollection

Valeur de propriété

Type : System.Collections.Specialized.NameValueCollection
A NameVlaueCollection object that specifies the advanced options set in the connection dialog.

Voir aussi

Référence

UIConnectionInfo Classe

Espace de noms Microsoft.SqlServer.Management.Smo.RegSvrEnum