Proprietà AdvancedOptions
Questa API supporta l'infrastruttura .NET Framework e non può essere utilizzato/a direttamente dal codice.
Spazio dei nomi: Microsoft.SqlServer.Management.Smo.RegSvrEnum
Assembly: Microsoft.SqlServer.RegSvrEnum (in Microsoft.SqlServer.RegSvrEnum.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property AdvancedOptions As NameValueCollection
Get
'Utilizzo
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
Valore proprietà
Tipo: System.Collections.Specialized. . :: . .NameValueCollection
Vedere anche