AzureSqlServerServiceObjectiveCmdletBase.ToWildcardPattern(String) Method

Definition

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

Returns

Applies to