AzureSqlServerServiceObjectiveCmdletBase.ToWildcardPattern(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.
Converts the given string to a wildcard pattern. If the string is null, treat that as "*" (match all).
protected static System.Management.Automation.WildcardPattern ToWildcardPattern (string s);
static member ToWildcardPattern : string -> System.Management.Automation.WildcardPattern
Protected Shared Function ToWildcardPattern (s As String) As WildcardPattern
Parameters
- s
- String