IRedisCachePremiumBeta.RemoveLinkedServer(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes the linked server from the current Redis cache instance.
public void RemoveLinkedServer (string linkedServerName);
abstract member RemoveLinkedServer : string -> unit
Public Sub RemoveLinkedServer (linkedServerName As String)
Parameters
- linkedServerName
- String
The name of the linked server.