次の方法で共有


EditorFactorySql(Boolean) コンストラクター

定義

EditorFactorySql クラスの新しいインスタンスを初期化します。

public:
 EditorFactorySql(bool withEncoding);
public EditorFactorySql (bool withEncoding);
new Microsoft.SqlServer.Management.UI.VSIntegration.Editors.EditorFactorySql : bool -> Microsoft.SqlServer.Management.UI.VSIntegration.Editors.EditorFactorySql
Public Sub New (withEncoding As Boolean)

パラメーター

withEncoding
Boolean

エンコードを使用するかどうかを示すブール値です。

適用対象