DacMessage.Prefix プロパティ

イベント メッセージのソースに関連付けられている文字列プレフィックスを取得します。

名前空間:  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
イベント メッセージのソースに関連付けられている文字列プレフィックス。

関連項目

参照

DacMessage クラス

Microsoft.SqlServer.Dac 名前空間