Utils.IsValidHelpLink 메서드
Gets a Boolean value that specifies whether the help link is valid.
네임스페이스: Microsoft.SqlServer.Management.Dmf
어셈블리: Microsoft.SqlServer.Dmf(Microsoft.SqlServer.Dmf.dll)
구문
‘선언
Public Shared Function IsValidHelpLink ( _
link As String _
) As Boolean
‘사용 방법
Dim link As String
Dim returnValue As Boolean
returnValue = Utils.IsValidHelpLink(link)
public static bool IsValidHelpLink(
string link
)
public:
static bool IsValidHelpLink(
String^ link
)
static member IsValidHelpLink :
link:string -> bool
public static function IsValidHelpLink(
link : String
) : boolean
매개 변수
- link
유형: System.String
A string value that contains the link.
반환 값
유형: System.Boolean
A Boolean value that specifies whether the help link is valid, True if valid, otherwise False.