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
Microsoft SQL Server 도움말 웹 사이트의 url을 포함하는 String 값입니다.
구현
주의
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.