RefactoringOperation.CurrentProject Property
Gets the IDatabaseProjectNode of the database project on which this operation was invoked.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Refactoring
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public ReadOnly Property CurrentProject As IDatabaseProjectNode
public IDatabaseProjectNode CurrentProject { get; }
public:
property IDatabaseProjectNode^ CurrentProject {
IDatabaseProjectNode^ get ();
}
member CurrentProject : IDatabaseProjectNode
function get CurrentProject () : IDatabaseProjectNode
Property Value
Type: Microsoft.VisualStudio.Data.Schema.Package.Project.IDatabaseProjectNode
.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
Microsoft.VisualStudio.Data.Schema.Package.Refactoring Namespace