Właściwość Text
Ta funkcja zostanie usunięta z przyszłej wersji programu Microsoft SQL Server. Należy unikać stosowania tej funkcji w nowych projektach oraz zaplanować modyfikację aplikacji, w których obecnie jest używana ta funkcja.Użyj Text zamiast.
Przestrzeń nazw: Microsoft.NetEnterpriseServers
Zestaw: Microsoft.NetEnterpriseServers.ExceptionMessageBox (w Microsoft.NetEnterpriseServers.ExceptionMessageBox.dll)
Syntax
'Deklaracja
Public Property Text As String
Get
Set
'Użycie
Dim instance As ExceptionMessageBox
Dim value As String
value = instance.Text
instance.Text = value
public string Text { get; set; }
public:
property String^ Text {
String^ get ();
void set (String^ value);
}
member Text : string with get, set
function get Text () : String
function set Text (value : String)
Wartość właściwości
Typ: System. . :: . .String
A String wartości.