Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Gets or sets whether to refactor objects with a warning or error status, as long as they are P2 parsed or re-do P2.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Sql.Refactoring.MoveSchema
Assembly: Microsoft.VisualStudio.Data.Schema.Project.Sql (in Microsoft.VisualStudio.Data.Schema.Project.Sql.dll)
Syntax
'Declaration
Public Property RefactorIntoWarningObject As Boolean
'Usage
Dim instance As MoveSchemaReferenceContributorInput
Dim value As Boolean
value = instance.RefactorIntoWarningObject
instance.RefactorIntoWarningObject = value
public bool RefactorIntoWarningObject { get; set; }
public:
property bool RefactorIntoWarningObject {
bool get ();
void set (bool value);
}
public function get RefactorIntoWarningObject () : boolean
public function set RefactorIntoWarningObject (value : boolean)
Property Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
MoveSchemaReferenceContributorInput Class
MoveSchemaReferenceContributorInput Members
Microsoft.VisualStudio.Data.Schema.Project.Sql.Refactoring.MoveSchema Namespace