Get string prefix associated with the source of the event message.
命名空間: Microsoft.SqlServer.Dac
組件: Microsoft.SqlServer.Dac (在 Microsoft.SqlServer.Dac.dll 中)
語法
'宣告
Public ReadOnly Property Prefix As String
Get
'用途
Dim instance As DacMessage
Dim value As String
value = instance.Prefix
public string Prefix { get; }
public:
property String^ Prefix {
String^ get ();
}
member Prefix : string
function get Prefix () : String
屬性值
型別:System.String
String prefix associated with the source of the event message.