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 | |
---|---|---|
Domains | Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
Top
Methods
Name | Description | |
---|---|---|
CreateObject | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectTypeFromFullName(String) | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
GetObjectTypeFromFullName(String, Boolean) | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
GetRegisteredDomainForType(String) | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
GetRegisteredDomainForType(Type) | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
GetRegisteredDomainForType(String, Boolean) | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
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.