ComErrorException.HelpFile プロパティ
Gets the fully qualified path to a Help file.
名前空間: Microsoft.SqlServer.Replication
アセンブリ: Microsoft.SqlServer.Replication (Microsoft.SqlServer.Replication.dll)
構文
'宣言
Public ReadOnly Property HelpFile As String
Get
'使用
Dim instance As ComErrorException
Dim value As String
value = instance.HelpFile
public string HelpFile { get; }
public:
property String^ HelpFile {
String^ get ();
}
member HelpFile : string
function get HelpFile () : String
プロパティ値
型: System.String
The fully qualified path to a Help file.