Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
Sets the help context for the exception.
Namespace: Microsoft.SqlServer.Management.RegisteredServers
Assembly: Microsoft.SqlServer.Management.RegisteredServers (em Microsoft.SqlServer.Management.RegisteredServers.dll)
Sintaxe
'Declaração
Protected Friend Function SetHelpContext ( _
resource As String _
) As RegisteredServerException
'Uso
Dim resource As String
Dim returnValue As RegisteredServerException
returnValue = Me.SetHelpContext(resource)
protected internal RegisteredServerException SetHelpContext(
string resource
)
protected public:
RegisteredServerException^ SetHelpContext(
String^ resource
)
member SetHelpContext :
resource:string -> RegisteredServerException
function SetHelpContext(
resource : String
) : RegisteredServerException
Parâmetros
- resource
Tipo: System.String
A String value that specifies the resource file that contains the help context for the exception.
Valor de retorno
Tipo: Microsoft.SqlServer.Management.RegisteredServers.RegisteredServerException
A RegisteredServerException object initialized with the specified help context information.