SqlSmoObject.GetDisabledProperties(ScriptingPreferences) メソッド

定義

特定のサーバーの種類またはエディションで明示的に無効になっているプロパティの列挙可能な機能を提供します。 これは、指定されたターゲットで機能しないすべてのプロパティの一覧ではありません。

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)
Public Function GetDisabledProperties (Optional sp As ScriptingPreferences = Nothing) As IEnumerable(Of String)

パラメーター

sp
ScriptingPreferences

サーバー情報を取得するためのスクリプト設定。 null の場合、既定では現在のオブジェクトのサーバー情報になります。

返品

適用対象