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

参数

返回值

类型:System. . :: . .Boolean
A Boolean value that specifies whether the help link is valid, True if valid, otherwise False.