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.