言語

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

エンコーディングを使うかどうかを示すブール値。

適用対象