共用方式為


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 命名空間