ConfigurationUri Class

Provides an object representation of a uniform resource identifier (URI) and easy access to the parts of the URI.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.ConfigurationUri

Namespace:  Microsoft.SqlServer.Management
Assembly:  Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

Syntax

'Declaration
Public NotInheritable Class ConfigurationUri
'Usage
public static class ConfigurationUri
public ref class ConfigurationUri abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type ConfigurationUri =  class end
public final class ConfigurationUri

The ConfigurationUri type exposes the following members.

Methods

  Name Description
Public methodStatic member GetAssemblyName Retrieves the unique identity of the assembly in the configuration.
Public methodStatic member GetResourceName Retrieves the name of the resource configuration.
Public methodStatic member IsFileUri Returns a value indicating whether the specified URI is a file URI.
Public methodStatic member IsResourceUri Retrieves a value indicating whether the object is a resource.

Top

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.