MoveSchemaReferenceContributorInput.UseDefaultSchema プロパティ
スクリプトまたは単体テストの分析時にプロジェクト システムの既定のスキーマを使用するかどうかを取得または設定します。
名前空間 : Microsoft.VisualStudio.Data.Schema.Project.Sql.Refactoring.MoveSchema
アセンブリ : Microsoft.VisualStudio.Data.Schema.Project.Sql (Microsoft.VisualStudio.Data.Schema.Project.Sql.dll 内)
構文
'宣言
Public Property UseDefaultSchema As Boolean
'使用
Dim instance As MoveSchemaReferenceContributorInput
Dim value As Boolean
value = instance.UseDefaultSchema
instance.UseDefaultSchema = value
public bool UseDefaultSchema { get; set; }
public:
property bool UseDefaultSchema {
bool get ();
void set (bool value);
}
public function get UseDefaultSchema () : boolean
public function set UseDefaultSchema (value : boolean)
プロパティ値
型 : System.Boolean
参照
参照
MoveSchemaReferenceContributorInput クラス
MoveSchemaReferenceContributorInput メンバ
Microsoft.VisualStudio.Data.Schema.Project.Sql.Refactoring.MoveSchema 名前空間