ConfigurationUri Class

 

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

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

System::Object
  Microsoft.SqlServer.Management::ConfigurationUri

public ref class ConfigurationUri abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticGetAssemblyName(Uri^)

Retrieves the unique identity of the assembly in the configuration.

System_CAPS_pubmethodSystem_CAPS_staticGetResourceName(Uri^)

Retrieves the name of the resource configuration.

System_CAPS_pubmethodSystem_CAPS_staticIsFileUri(Uri^)

Returns a value indicating whether the specified URI is a file URI.

System_CAPS_pubmethodSystem_CAPS_staticIsResourceUri(Uri^)

Retrieves a value indicating whether the object is a resource.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: