Get-DbConnectionStringBuilderFromTemplate
Description
Given a Connection String Builder template and a list of replacement tokens,
return a new copy of the CSB for each token.
Syntax
Get-DbConnectionStringBuilderFromTemplate [-templateCSB] <DbConnectionStringBuilder> [-replacementTokens] <Array> [<CommonParameters>]
Parameters
Name | Alias | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
-templateCSB | A Connection String Builder that has a database name with a {0} format string | true | false | ||
-replacementTokens | An array of strings that will replace the {0} format string token. For example, | true | false |
Outputs
- Return one CSB, of the same type as was input, for each replacement token.