BufferTextWriter Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
BufferTextWriter()
public:
BufferTextWriter();
public BufferTextWriter();
Public Sub New ()
Applies to
BufferTextWriter(TextBuffer)
public:
BufferTextWriter(Microsoft::SqlServer::Management::UI::VSIntegration::TextBuffer ^ buffer);
public BufferTextWriter(Microsoft.SqlServer.Management.UI.VSIntegration.TextBuffer buffer);
new Microsoft.SqlServer.Management.UI.VSIntegration.BufferTextWriter : Microsoft.SqlServer.Management.UI.VSIntegration.TextBuffer -> Microsoft.SqlServer.Management.UI.VSIntegration.BufferTextWriter
Public Sub New (buffer As TextBuffer)
Parameters
- buffer
- TextBuffer