Replaces standard values for the specified query.
Namespace:
Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in
microsoft.configurationmanagement.dll)
Usage
Visual Basic |
Dim instance As SmsSiteConnectionNode
Dim baseQuery As String
Dim returnValue As String
returnValue = instance.ReplaceStandardValues(baseQuery)
|
Syntax
Visual Basic |
Public Function ReplaceStandardValues ( _
baseQuery As String _
) As String
|
C# |
public string ReplaceStandardValues (
string baseQuery
)
|
C++ |
public:
String^ ReplaceStandardValues (
String^ baseQuery
)
|
J# |
public String ReplaceStandardValues (
String baseQuery
)
|
JScript |
public function ReplaceStandardValues (
baseQuery : String
) : String
|
Parameters
- baseQuery
-
[in] A base query.
Return Value
Updated query.
Exceptions
Exception type |
Condition |
ArgumentException
|
The baseQuery parameter cannot be null or
an empty string.
|
Thread Safety
Any public static (Shared in Visual
Basic) members of this type are thread safe. Any instance members
are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also