Utils Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
General purpose utilities used primarily for name validation and syntax checks.
public static class Utils
type Utils = class
Public Class Utils
- Inheritance
-
Utils
Methods
CanRefreshWithOverrides(RefreshType) |
Gets a value indicating whether metadata overrides can be used when issuing a refresh request with this RefreshType. |
GetSyntacticallyValidName(String, ObjectType) |
Gets the syntactically valid name of the object. Null or empty names are replaced with a default name. Names exceeding maximum allowed length are trimmed. Invalid XML is removed. |
IsSyntacticallyValidName(String, ObjectType, String) |
A Boolean indicating whether the name is syntactically correct. |