Share via


SfcRegistration Class

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.SfcRegistration

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public NotInheritable Class SfcRegistration
'Usage
Dim instance As SfcRegistration
public sealed class SfcRegistration
public ref class SfcRegistration sealed
[<SealedAttribute>]
type SfcRegistration =  class end
public final class SfcRegistration

The SfcRegistration type exposes the following members.

Properties

  Name Description
Public propertyStatic member Domains Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Top

Methods

  Name Description
Public methodStatic member CreateObject Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public methodStatic member GetObjectTypeFromFullName(String) Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public methodStatic member GetObjectTypeFromFullName(String, Boolean) Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public methodStatic member GetRegisteredDomainForType(String) Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public methodStatic member GetRegisteredDomainForType(Type) Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public methodStatic member GetRegisteredDomainForType(String, Boolean) Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public methodStatic member TryGetObjectTypeFromFullName Do not reference this member directly in your code. It supports the SQL Server infrastructure.

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.

See Also

Reference

Microsoft.SqlServer.Management.Sdk.Sfc Namespace