InformationPanelMessage Constructor (String)
Initializes a new instance of the InformationPanelMessage class with the specified text.
Namespace: Microsoft.SqlServer.Management.Controls
Assembly: Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)
Syntax
'Declaration
Public Sub New ( _
text As String _
)
'Usage
Dim text As String
Dim instance As New InformationPanelMessage(text)
public InformationPanelMessage(
string text
)
public:
InformationPanelMessage(
String^ text
)
new :
text:string -> InformationPanelMessage
public function InformationPanelMessage(
text : String
)
Parameters
- text
Type: System.String
A string that represents the text of the control