Właściwość UserDefinedMessage.Text
Pobiera lub ustawia opis tekstowy wiadomości przez użytkownika.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property Text As String
Get
Set
'Użycie
Dim instance As UserDefinedMessage
Dim value As String
value = instance.Text
instance.Text = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string Text { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ Text {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
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ść określająca tekstowy opis wiadomości przez użytkownika.
Zobacz także