Partager via


SmsSiteConnectionNode.ReplaceStandardValues Method

Replaces standard values for the specified query.

Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

'Usage
Dim instance As SmsSiteConnectionNode
Dim baseQuery As String
Dim returnValue As String

returnValue = instance.ReplaceStandardValues(baseQuery)

Syntax

'Declaration
Public Function ReplaceStandardValues ( _
    baseQuery As String _
) As String
public string ReplaceStandardValues (
    string baseQuery
)
public:
String^ ReplaceStandardValues (
    String^ baseQuery
)
public String ReplaceStandardValues (
    String baseQuery
)
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

Reference

SmsSiteConnectionNode Class
SmsSiteConnectionNode Members
Microsoft.ConfigurationManagement.AdminConsole Namespace