SqlSmoObject.GetDisabledProperties(ScriptingPreferences) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides an enumerable of properties that are explicitly disabled for specific server types or editions. This is not a list of all properties that don't work for the specified target.
public System.Collections.Generic.IEnumerable<string> GetDisabledProperties (Microsoft.SqlServer.Management.Smo.ScriptingPreferences sp = default);
member this.GetDisabledProperties : Microsoft.SqlServer.Management.Smo.ScriptingPreferences -> seq<string>
Public Iterator Function GetDisabledProperties (Optional sp As ScriptingPreferences = Nothing) As IEnumerable(Of String)
Parameters
Scripting preferences to get server info from. If null, it will default to server info of the current object.