AdvancedOptions 屬性
此 API 支援 基礎結構,但無法直接從您的程式碼使用。
不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Gets the advanced options set in a connection dialog.
命名空間: Microsoft.SqlServer.Management.Smo.RegSvrEnum
組件: Microsoft.SqlServer.RegSvrEnum (在 Microsoft.SqlServer.RegSvrEnum.dll 中)
語法
'宣告
Public ReadOnly Property AdvancedOptions As NameValueCollection
Get
'用途
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
屬性值
型別:System.Collections.Specialized. . :: . .NameValueCollection
A NameVlaueCollection object that specifies the advanced options set in the connection dialog.