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.

请参阅

参考

Utils 类

Microsoft.SqlServer.Management.Dmf 命名空间