Enumerator.RegisterExtension(Urn, String, Assembly, String) Method
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.
Registers an enumerator extension.
public static void RegisterExtension (Microsoft.SqlServer.Management.Sdk.Sfc.Urn urn, string name, System.Reflection.Assembly assembly, string implementsType);
static member RegisterExtension : Microsoft.SqlServer.Management.Sdk.Sfc.Urn * string * System.Reflection.Assembly * string -> unit
Public Shared Sub RegisterExtension (urn As Urn, name As String, assembly As Assembly, implementsType As String)
Parameters
- urn
- Urn
Parent urn or null if root.
- name
- String
Name of type.
- assembly
- Assembly
Assembly reference containing implementsType.
- implementsType
- String
Type that implements the specified enumerator level.