Freigeben über


UIConnectionInfo.AdvancedOptions-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. Gets the advanced options set in a connection dialog.

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

Syntax

'Declaration
Public ReadOnly Property AdvancedOptions As NameValueCollection 
    Get
'Usage
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

Eigenschaftswert

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

Siehe auch

Verweis

UIConnectionInfo Klasse

Microsoft.SqlServer.Management.Smo.RegSvrEnum-Namespace