Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets a Boolean value that specifies whether the help link is valid.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Public Shared Function IsValidHelpLink ( _
link As String _
) As Boolean
'Usage
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
Parameter
- link
Typ: System.String
A string value that contains the link.
Rückgabewert
Typ: System.Boolean
A Boolean value that specifies whether the help link is valid, True if valid, otherwise False.