HelpLink 屬性
根據例外狀況取得 Microsoft SQL Server 說明網站連結。
命名空間: Microsoft.SqlServer.Management.Collector
組件: Microsoft.SqlServer.Management.Collector (在 Microsoft.SqlServer.Management.Collector.dll 中)
語法
'宣告
Public Overrides ReadOnly Property HelpLink As String
Get
'用途
Dim instance As CollectorException
Dim value As String
value = instance.HelpLink
public override string HelpLink { get; }
public:
virtual property String^ HelpLink {
String^ get () override;
}
abstract HelpLink : string
override HelpLink : string
override function get HelpLink () : String
屬性值
型別:System. . :: . .String
String 值,其中包含 Microsoft SQL Server 說明網站的 URL。
實作
備註
After getting the url, this property outputs a link to the help web site.
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.