ProviderRegistry.RegisterProvider Method

Definition

Overloads

RegisterProvider(AvailablePropertyValueProvider)

Register the specified provider

RegisterProvider(ContainerSortingProvider)

Register the specified provider

RegisterProvider(NodeItemNamesAdapterProvider)

Register the specified provider

RegisterProvider(PropertyComparerProvider)

Register the specified provider

RegisterProvider(SfcNodeAdapterProvider)

Register the specified provider

RegisterProvider(AvailablePropertyValueProvider)

Register the specified provider

public bool RegisterProvider (Microsoft.SqlServer.Management.Sdk.Differencing.SPI.AvailablePropertyValueProvider provider);
member this.RegisterProvider : Microsoft.SqlServer.Management.Sdk.Differencing.SPI.AvailablePropertyValueProvider -> bool
Public Function RegisterProvider (provider As AvailablePropertyValueProvider) As Boolean

Parameters

Returns

Applies to

RegisterProvider(ContainerSortingProvider)

Register the specified provider

public bool RegisterProvider (Microsoft.SqlServer.Management.Sdk.Differencing.SPI.ContainerSortingProvider provider);
member this.RegisterProvider : Microsoft.SqlServer.Management.Sdk.Differencing.SPI.ContainerSortingProvider -> bool
Public Function RegisterProvider (provider As ContainerSortingProvider) As Boolean

Parameters

Returns

Applies to

RegisterProvider(NodeItemNamesAdapterProvider)

Register the specified provider

public bool RegisterProvider (Microsoft.SqlServer.Management.Sdk.Differencing.SPI.NodeItemNamesAdapterProvider provider);
member this.RegisterProvider : Microsoft.SqlServer.Management.Sdk.Differencing.SPI.NodeItemNamesAdapterProvider -> bool
Public Function RegisterProvider (provider As NodeItemNamesAdapterProvider) As Boolean

Parameters

Returns

Applies to

RegisterProvider(PropertyComparerProvider)

Register the specified provider

public bool RegisterProvider (Microsoft.SqlServer.Management.Sdk.Differencing.SPI.PropertyComparerProvider provider);
member this.RegisterProvider : Microsoft.SqlServer.Management.Sdk.Differencing.SPI.PropertyComparerProvider -> bool
Public Function RegisterProvider (provider As PropertyComparerProvider) As Boolean

Parameters

Returns

Applies to

RegisterProvider(SfcNodeAdapterProvider)

Register the specified provider

public bool RegisterProvider (Microsoft.SqlServer.Management.Sdk.Differencing.SPI.SfcNodeAdapterProvider provider);
member this.RegisterProvider : Microsoft.SqlServer.Management.Sdk.Differencing.SPI.SfcNodeAdapterProvider -> bool
Public Function RegisterProvider (provider As SfcNodeAdapterProvider) As Boolean

Parameters

Returns

Applies to