SfcDomainInfo 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.SfcDomainInfo
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public NotInheritable Class SfcDomainInfo
'Usage
Dim instance As SfcDomainInfo
public sealed class SfcDomainInfo
public ref class SfcDomainInfo sealed
[<SealedAttribute>]
type SfcDomainInfo = class end
public final class SfcDomainInfo
The SfcDomainInfo type exposes the following members.
Properties
Name | Description | |
---|---|---|
AssemblyStrongName | Gets or sets the strong name of the assembly as evidence for policy evaluation. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
DomainNamespace | Gets the domain namespace for the object. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
IsAssemblyInGAC | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
Name | Gets or sets the name associated with the object. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
NamespaceQualifier | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
PSDriveName | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
RootType | Gets or sets the root type of the object. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
RootTypeFullName | Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetLogicalVersion | Retrieves the logical version for the object. | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
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.