'宣言 Protected Function DefaultReplaceParameters( _ ByVal dlp As DataLinkParams, _ ByVal s As System.String _ ) As System.String
'使用法 Dim instance As DataLinkBase Dim dlp As DataLinkParams Dim s As System.String Dim value As System.String value = instance.DefaultReplaceParameters(dlp, s)
パラメータ
- dlp
- The DataLinkParams.EncloseParameterValues parameter specifies whether the string should be surrounded by delimiters.
- s
- A string with the names of the parameters.
戻り値の型
A string where parameter names are replaced with their values.